Memory Pool Memory Pool Refreshing

3,575 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,790 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,537 907,537 00000000000000000001f939bc92cd928f8ca5d7c1fa836e996cb9b0a85a475e 1.68 MB 4,368 1
907,536 907,536 000000000000000000020a60699ce17da63b1751435ba65a46167804920331f3 1.61 MB 2,804 2
907,535 907,535 00000000000000000000a64a29044a3e3f4df0afe18c0ad4163c7e984d8187ac 1.78 MB 4,731 0
907,534 907,534 000000000000000000010cfc758d3b639336a1ab50971c1eec84d6aa46966ac3 0.05 MB 88 2
907,533 907,533 00000000000000000000017580c190bdb5458b5820f937efe7322cc7d042b0d6 1.73 MB 3,915 2
907,532 907,532 00000000000000000001c905eee4ea9867a373872c2b49127a1ddd9dc45ad39c 1.63 MB 3,283 3
907,531 907,531 00000000000000000002310849bb724f718b64cd9d56c76f485a2f1948cc15df 1.85 MB 3,047 0
907,530 907,530 00000000000000000000563eb1a7b618aa096c266bc9fb00a0f55859a81fdc89 1.57 MB 2,713 3
907,529 907,529 0000000000000000000159c4d4e620bb4fb49dc54a6d5fe241165cc0b96040e4 0.17 MB 435 2
907,528 907,528 000000000000000000001b40f2bca930cd4ef57ecb284720e893244b822230d3 1.71 MB 4,200 1
907,527 907,527 0000000000000000000120877282517159da9db0435781b7e1e35e2dbafaebe0 1.76 MB 4,060 1
907,526 907,526 00000000000000000001933709a11055800fc32afd3647c9ad7427675ab9a096 1.81 MB 4,297 0
907,525 907,525 000000000000000000005bb4490aa787158c597b3c523cb7227dbfb8fdc6a686 1.70 MB 2,765 2
907,524 907,524 00000000000000000001f6ca1367791c8c0f1440d554f420f3967152d6b4df0c 1.63 MB 2,982 2
907,523 907,523 00000000000000000000b980ae819a3a4ba02884872c2a36ed4921d583d2015e 0.25 MB 484 2
907,522 907,522 00000000000000000001b2d105cfe3b13061c81e09381317acadbd9dcdb4c527 1.71 MB 4,423 1
907,521 907,521 0000000000000000000103e51760700ea3d9473d6198c8a4baae561072b7837b 1.79 MB 5,005 0
907,520 907,520 00000000000000000001bf2427b96350708badc6c906ccc0d2d4a8f229098957 1.66 MB 4,111 1
907,519 907,519 000000000000000000022217e0551e6b30508f96db08afda8445b10b7dca2bfd 1.76 MB 4,668 1
907,518 907,518 00000000000000000000bc05cc5ff1f0c486960dab5ef207340c5f454cb111ac 1.76 MB 4,610 1
907,517 907,517 000000000000000000004603ec8fca938114e99c4edd032c35ee91f183899d30 1.69 MB 4,292 1
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.