Memory Pool Memory Pool Refreshing

7,033 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (242,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
665,671 665,671 0000000000000000000cf0936fe67ab43aa0588bdc1864c973f021e3ca14462f 1.33 MB 1,945 54
665,670 665,670 00000000000000000006717c6ba384fcdfe8124f1af09dd6d377237231dea8ce 1.38 MB 1,866 92
665,669 665,669 000000000000000000022f52dff8d7c380b5597d8e4d6b4da70489e5ee91bbd2 1.28 MB 1,608 72
665,668 665,668 00000000000000000001c889b0c2297e58c441fbcce0d88354b3f48961d4266f 1.14 MB 1,172 71
665,667 665,667 0000000000000000000569679c31a7c39bb00131b631e56b31acd6857760d520 1.28 MB 2,223 84
665,666 665,666 0000000000000000000da53e6339e74fae4428ccba0f1e1258ce71244c8ad784 1.28 MB 1,951 103
665,665 665,665 000000000000000000084d8a857c4f00475e9a6f0eb5ce5949ee3c76b467cef7 1.37 MB 1,855 131
665,664 665,664 000000000000000000078a754bdde94bb23ea4db58653a2e8a627cd8ed352f45 1.32 MB 2,142 82
665,663 665,663 00000000000000000009cf4a8b2985add8f650cb316d60e0bae3fe63d44f1557 1.35 MB 2,596 71
665,662 665,662 00000000000000000004d93786762fe349cd1b7c8c6a0e6f78dbe958066a844d 1.19 MB 2,231 98
665,661 665,661 0000000000000000000cbe5d77506569f5965cacc318ab04d615332a6f3bdbd5 1.24 MB 1,386 122
665,660 665,660 0000000000000000000b0bb6228660b3bba4e3fb74e7b38efbb44366339108d0 1.52 MB 1,972 140
665,659 665,659 0000000000000000000460c1fd326fcbadeb0bb3f19a5632d283291ccd1e625b 1.42 MB 2,302 110
665,658 665,658 00000000000000000000dca3236c03603494943e82b8cc9926a319cf30df6fea 1.24 MB 2,298 95
665,657 665,657 0000000000000000000c1cb6ab7b6e08538cae8310ee16c0f53a908ea134d472 1.27 MB 2,889 91
665,656 665,656 0000000000000000000740a93f9ddee6fa5e0873b66c84aeb4d6087cb4ea59eb 1.72 MB 857 84
665,655 665,655 0000000000000000000cd428c7524265ebbdece99df9ca159d62fab9b39b227b 1.34 MB 2,945 103
665,654 665,654 0000000000000000000622e7b8af4f221cf799b65f54c050e0214a980476bf80 1.33 MB 2,522 114
665,653 665,653 000000000000000000013bdaa979a421ddcec9e548a1eef8c1b0176f8a25b368 1.38 MB 2,050 86
665,652 665,652 0000000000000000000c29e0ee127c69622ac28a8e5bea0c646bd6569ab4b8ba 1.32 MB 2,841 111
665,651 665,651 000000000000000000052a45c8be22bb72981fec3d0bc0796cb45e76ee43e2f9 1.42 MB 2,552 115
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.