Memory Pool Memory Pool Refreshing

3,271 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (802,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,144 105,144 0000000000013cecdcf4e80aac61d6f4e8d254aa1fdcb645c545883fa124148f 0.00 MB 5 0
105,143 105,143 000000000000b4a06ee67631bba102b693fba066420a1544429f9ddadc0ce5a5 0.01 MB 22 0
105,142 105,142 00000000000064cf9fc757d7f3a264ea8029fc0896ef28e405155bfd1d8b0546 0.00 MB 9 0
105,141 105,141 00000000000139e7d9eda12de2aaad882bf9efd0ca30ffb5f74adc4e5fdbf49b 0.00 MB 8 0
105,140 105,140 00000000000211d1afaaee0d9f4292e9ad97b712a1a3fcea24649b3f08066610 0.00 MB 5 366
105,139 105,139 0000000000002999ea5c7617e27faf0552589d3c3113546388e4fd8a63cfab0c 0.00 MB 3 1,506
105,138 105,138 000000000002b12126b420eb49251d066c9113bc53eaf968a34c94d130cf850f 0.00 MB 12 0
105,137 105,137 000000000000f880ac83ac6fddcbf20dd6daa50123874338a23fb4b709d76075 0.04 MB 28 52
105,136 105,136 0000000000004fb455b1fe8ad5ee7fe973c62691365e3e7b30aa776be8f81d40 0.00 MB 2 0
105,135 105,135 0000000000020729d7157c3239565a6b9a1b7a07de66523314c5430f20d08b93 0.00 MB 1 0
105,134 105,134 000000000001dbc957fbe83e9d38aed40c9e083b830c36890d538726b24ae1d0 0.00 MB 1 0
105,133 105,133 000000000002e6ad5ceb15cd6be3f2a230f04e7f41d8439920c0248d6b9959c3 0.00 MB 5 0
105,132 105,132 0000000000023c6444e94ca0f5240470778bf7511e32a727a07afa476ec3087f 0.00 MB 18 0
105,131 105,131 0000000000029e8065ba8478a4ccae35db2c0ef7cf303b0644b5e0c61569c504 0.00 MB 1 0
105,130 105,130 000000000000891413d31c8fea777d564f63102bb167a1fc7529e8c41aa42239 0.00 MB 4 0
105,129 105,129 000000000000d1f9e0440a174eafbcf3c3750fd762d497f8c561e0b4b317c081 0.00 MB 1 0
105,128 105,128 000000000002550908d020e221d37830c97f473a4fe587f1ef5f49af9ea52b72 0.00 MB 1 0
105,127 105,127 000000000000757c448fb8673ced6b9a2dcb51f9fba35e4aca723d1f3203436e 0.00 MB 5 0
105,126 105,126 0000000000021263c67509fdd4c582a1cbf29b48ecc4502ecc936e62c095aad4 0.00 MB 2 1,712
105,125 105,125 000000000001ff11de357f3e4d3d22e7c3cc2510b1677f252b333cb0279a0c4f 0.00 MB 3 0
105,124 105,124 000000000000091a316f9c07666670f44ce2d668ba34044c3867922402c20495 0.00 MB 2 2,475
Previous 10 blocks ↓
Total Size: 769.21 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,634.42 GB sent, 93.99 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.