Memory Pool Memory Pool Refreshing

2,827 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (831,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,045 77,045 000000000011e7a05fcb6ddc592633fdab07eef83fc3f3f3921220feb70e57b6 0.00 MB 1 0
77,044 77,044 00000000002e6059de500ae14555f1abaa225de2510d1d1004bc7a86cd47419a 0.00 MB 1 0
77,043 77,043 00000000004bd9be62070f074beb6c6f8579c82823f17730102aed99e4b826d6 0.00 MB 3 1,937
77,042 77,042 00000000002c95776238fddda6c535e2ea30b16ece02db78b738034a125c4d3b 0.00 MB 1 0
77,041 77,041 000000000000e4be4e5eb518ccd6c6602194c958e9a48a2f1161d72622b0fb61 0.00 MB 3 2,398
77,040 77,040 000000000017bbac26f85dbfcd98aebd910fb715e08db707a7d95deadbcd35da 0.00 MB 2 0
77,039 77,039 00000000005214131e9dabadc2d7d5ab99f116826dd6f9ce74a1f54440b18ee0 0.00 MB 1 0
77,038 77,038 000000000019ca99e644dc9a6d2ce4b43eb523cb0f42e682c3235868ae45d4be 0.00 MB 2 0
77,037 77,037 00000000005258e1c3064b76485d992d6540d073e98395b2f551b2196ac5390b 0.00 MB 2 3,875
77,036 77,036 00000000001bad0185a25e37911bba1f08c1f93d3d65ea2a6b38d083241be1f0 0.00 MB 4 1,128
77,035 77,035 00000000005103b95082705743b1cff213f18bfc05bff02cae5d75cc5339abb8 0.00 MB 2 0
77,034 77,034 00000000002f7e72f82596054efd63bcd147be07d874db916e1b87fc65c957c2 0.00 MB 2 3,861
77,033 77,033 000000000012f8c02a7e30d1e907a791c295084eab7768c5eb3459e91aa004db 0.00 MB 3 1,140
77,032 77,032 00000000003d1acadb4965335d4af9c3389d5cba1f80867236fa9ac6b87a4bb4 0.00 MB 1 0
77,031 77,031 00000000004d99734920e97b47d113acf15345a6a2b32360ee44182b415c702d 0.00 MB 4 1,351
77,030 77,030 0000000000579f4479a71e05b697de67643e5edaebf9f7978a6c82fcf5e7466c 0.00 MB 5 0
77,029 77,029 00000000000ecb02de3970d111e9222b49b6d103666b58e6f027d72b6f3d0e7a 0.00 MB 1 0
77,028 77,028 00000000004ac287ad18c164b5a7d00bc75860448557fa4fa4ef4e901f8a1b06 0.00 MB 3 0
77,027 77,027 00000000002336e0c5698b3439bcd84ebbce392177816dd5288be403f503bd4b 0.00 MB 1 0
77,026 77,026 0000000000487fcd332416b47950a02f0f35218465aec75efe5809394d37830f 0.00 MB 2 3,891
77,025 77,025 00000000001ac79053deeccd0814abd11e6ae503ceafa19a4de153dc236a1e20 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.38 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.