Memory Pool Memory Pool Refreshing

69,762 transactions
32.46 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,354 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 4,168 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,353 (519,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,854 358,854 00000000000000000ffa616abe097abd2748e6acf61b0644bd88fc051f080053 0.68 MB 823 30
358,853 358,853 00000000000000000148b61fb698c0df42e7eb6b7d4fa0d14acae8d27f0638c1 0.41 MB 745 26
358,852 358,852 0000000000000000122f2c51dab4fe7a3dfe4307147eb161c3402839ec5cce61 0.00 MB 1 0
358,851 358,851 00000000000000000bee4146c45d6a15026c0dd1fa38db42b9c7b2b73205309c 0.63 MB 662 20
358,850 358,850 000000000000000011599f737898f6f798c91eacb4369da3f12de32d1ad140c2 0.95 MB 1,328 2,659
358,849 358,849 00000000000000000a92f0569fd1ac57cb55682ceeee729bc94660a7c3c4793b 0.13 MB 263 26
358,848 358,848 0000000000000000052bb0c3c8d6c1fba431e7c9c05a625f6b42c68e1173b789 0.19 MB 331 25
358,847 358,847 000000000000000003816ae80c6413b84cbee2f639ba497ab5872ec9711eb256 0.84 MB 1,317 19
358,846 358,846 00000000000000001378369a84f1a4507ef0123c01e18353ecd2887aa725eff9 0.75 MB 1,596 32
358,845 358,845 00000000000000000a5564a838edc9aa03936f7023f856d22cb7add84477b893 0.05 MB 113 25
358,844 358,844 0000000000000000151f04e47c3982e14f70ef4c934e8559af00e317b3fdb01a 0.75 MB 1,591 28
358,843 358,843 00000000000000000388895e046708c6c22b17bd23c3d24826329b2f7a49dc96 0.21 MB 475 30
358,842 358,842 0000000000000000011ff714e267fa86665f4dc57903196499484c73fd83a29f 0.00 MB 1 0
358,841 358,841 000000000000000004b1cbfa623fe86dbde72e17172a1116c0c88f7df4e67f89 0.14 MB 249 25
358,840 358,840 00000000000000001515892efd3f95b9236a1ebe60a59815df85408b1de80b42 0.34 MB 632 24
358,839 358,839 000000000000000009b95e283cc825e577fa8479bc447a3e5819f3ce09c06d20 0.03 MB 55 10
358,838 358,838 00000000000000000caaa6bd624b1510bf65d68f7c2389511bc598689a0d6ca3 0.24 MB 493 25
358,837 358,837 00000000000000000c0824cdf5c764c3e2c546c560f8b585ed3b2234e32b55b5 0.00 MB 1 0
358,836 358,836 000000000000000011f745c360c0f75e0e624295c45700d6086f779a18711285 0.16 MB 277 22
358,835 358,835 000000000000000011c6cad69e02e87a3781e5a63ca7cb5cd9f314b292d0c98a 0.38 MB 736 25
358,834 358,834 0000000000000000100e59158ed2b1671ad53b223aa871c2996640aa8d343c8e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 715.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,374.41 GB sent, 40.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.