Memory Pool Memory Pool Refreshing

531 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 525 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (418,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,762 488,762 000000000000000000308f8d0a39f50f0fccd5cbfdcd99e36aa0860046243d6f 1.08 MB 2,205 65
488,761 488,761 0000000000000000004d1222d448f0a0c8e2a79b041c32caa65ed8c8d010f157 0.94 MB 1,968 73
488,760 488,760 000000000000000000179d535e8868ed3aa05adb0f581d47a470edfc988f636e 1.18 MB 2,451 52
488,759 488,759 00000000000000000072fe7cc606f492b63f60c2bfd671532938139075427712 1.01 MB 1,296 95
488,758 488,758 000000000000000000540d1f45ae70ddd6236e2d19304062a342645541556ce1 1.01 MB 741 46
488,757 488,757 000000000000000000bb9beeb8c3aaa3eec593c3503dcc8394d518da9fada206 1.03 MB 632 27
488,756 488,756 000000000000000000aa41981300bdf154415aee6e1408a9338b31f6321403c1 1.00 MB 171 11
488,755 488,755 00000000000000000051dc0880204e7ab559c331de149051dff9d801a2798f55 1.01 MB 807 32
488,754 488,754 00000000000000000083a16a2d6291dc00a5872e96b1de963e688a3f4aeffbbe 1.00 MB 711 38
488,753 488,753 0000000000000000001d4bd74f44d89d65af5524e8d9e33b301eac02e0143b5a 1.00 MB 1,231 95
488,752 488,752 000000000000000000bb7c12243dd74ba7e2e021c8290adeecddd7fa3a214b35 1.00 MB 2,071 97
488,751 488,751 000000000000000000c2307bc97aabb355370ac00e007fecceb4cfbfcead4e98 1.00 MB 2,235 155
488,750 488,750 000000000000000000064f994f6917331545752bc6b28247453c246a00f3805e 1.00 MB 871 49
488,749 488,749 0000000000000000001f8333c89a8055bcfda489af22929f76ba0c733c3c827e 1.02 MB 1,812 116
488,748 488,748 000000000000000000f923bb3f9f9abb032de24d2873d8a6c20dce2c8c3639ba 1.00 MB 195 9
488,747 488,747 0000000000000000007796dadcb954fbf62f31484f42ec54157f8ea1cdf6dcec 1.00 MB 1,413 69
488,746 488,746 000000000000000000c8ca5c0def7fd0d6a01ef86cae54e7894f720645459009 1.00 MB 1,523 99
488,745 488,745 000000000000000000658323e9dc90bb7f8095985485d82cf61a62a605d4e954 1.00 MB 1,895 145
488,744 488,744 0000000000000000007dafb3e74aacb13f3e5a0ea6f39ea1a23a1dc1455f0888 1.00 MB 365 12
488,743 488,743 00000000000000000011225c047f5c32fe2c6466f7008c125452cbe9d11f06a0 1.00 MB 191 7
488,742 488,742 0000000000000000008e100024e2c544edf23647e5861befc7ab3258f5dab08a 1.01 MB 970 43
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.