Memory Pool Memory Pool Refreshing

5,122 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,402 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (604,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,387 303,387 00000000000000000af74c14cd1696711765c4f2812bab69e1ca1716d7c505fd 0.06 MB 112 30
303,386 303,386 0000000000000000100c3b847b84790ace7b14b993071e38ad9f8f0cf38e47fd 0.21 MB 404 33
303,385 303,385 00000000000000001272246929f8b04aec9e96d21079b9775f8ec5dd7d30a6f2 0.05 MB 92 32
303,384 303,384 0000000000000000499d9fac98c954f4ad7281ad685ed648cd08280c2541d54d 0.06 MB 93 25
303,383 303,383 00000000000000001c9f9a49ceab22900973d67bce831c4edad8349575485b75 0.05 MB 95 25
303,382 303,382 00000000000000000a43568257c4d3913874b7d3c07dcd7ac63a43ce7e60b226 0.47 MB 686 27
303,381 303,381 000000000000000030b0cf400546cc2977f784d0ffb436f7c40995ec3658565b 0.01 MB 23 24
303,380 303,380 000000000000000046f8a07f1827f7a9c353b5bbc9d15379d4ec8813a8b8fb7f 0.10 MB 221 36
303,379 303,379 0000000000000000301ee3964d905f990e45433e40ade97251d91d44aff06fa7 0.01 MB 19 111
303,378 303,378 000000000000000007c95cd55d1be34290c17693e6504934687cb695000f9326 0.16 MB 219 26
303,377 303,377 000000000000000026c118889f7308f7009d27c750aa27436edc6a618d27448b 0.18 MB 417 35
303,376 303,376 000000000000000053ba95ad3ce7860595177dd5a6e43174ca4c147e34210255 0.17 MB 359 34
303,375 303,375 00000000000000001036709f5dfadc1947df6142962942939c6888501959c210 0.02 MB 29 25
303,374 303,374 0000000000000000224f38a51be2424f41c81f46673ddc961df66f6654ef3694 0.22 MB 329 8
303,373 303,373 00000000000000003c8f991c323c07019c2e03be5912b5978cb8dc944ab590e1 0.42 MB 912 36
303,372 303,372 00000000000000001242807e00f79a2e8be0e6beffbbe588bdb5dff0a276615c 0.03 MB 94 41
303,371 303,371 000000000000000008fd5fadb6ba004cf7592fa97e3999c38f191e99f80356ee 0.12 MB 270 35
303,370 303,370 0000000000000000628a5c10e9e04aee6c1469ccc7ff6930413d9376e1aba79d 0.59 MB 608 21
303,369 303,369 000000000000000048ac95e50d1eafd2a0b1572ab736d4ed14a978cf44e7c388 0.35 MB 733 32
303,368 303,368 00000000000000001020bb924ea6392601d03150f211f3edeab55e39d9595cda 0.18 MB 512 57
303,367 303,367 000000000000000007d0ac64d91ac496e26ecb0c7e884c8fa8a4cd8b44f2f655 0.13 MB 86 9
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.