Memory Pool Memory Pool Refreshing

4,900 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (791,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,441 116,441 000000000000b5ec269379f76992e780b82e02fe5e3d2e6e3ed565d3067edbf8 0.00 MB 7 1,058
116,440 116,440 000000000000170d4e1cfab8e2240845b2d52355a57ff370672028cfef45ba06 0.00 MB 11 670
116,439 116,439 0000000000000dd91c0cddc2f949cecdb35bc7de1f8b85c21e19b17c5d09abc2 0.00 MB 12 915
116,438 116,438 000000000000b7190377d325f770aab66940297700f82dc074efebb65a0c1233 0.00 MB 12 0
116,437 116,437 00000000000047cfa97a805ef15f17be504317f82efead7a511a4c589df56b69 0.00 MB 11 712
116,436 116,436 0000000000002beb53dbdfcd13d2b306a3ab2797ed918c0dd329e7c761b3b0cd 0.00 MB 10 353
116,435 116,435 000000000000da51e44f6d9432dcdcfd00599c1388f6c1fba4951d11de58b58b 0.00 MB 11 0
116,434 116,434 00000000000009e112b78fa157448132a938ef168308c4c8f337320db9829428 0.01 MB 19 127
116,433 116,433 0000000000008f82ce685960d25b53ec325a4ffe6f7c97ce9428ea6c228cb1ae 0.00 MB 1 0
116,432 116,432 0000000000000b2a7f8b904746970151a26a039f4999ba2753cddf1da2f7f54e 0.00 MB 2 6,329
116,431 116,431 00000000000077e57941e909386c82fbcf0d8a7ae5c92bd32d3f3e165a360842 0.00 MB 11 265
116,430 116,430 00000000000079624855b77d986890ec9c5f9e255631e5fbc083358775e7c408 0.00 MB 2 3,875
116,429 116,429 0000000000007cd8af2feb679424742f6877347445becc08a662f265144e5d0c 0.00 MB 11 720
116,428 116,428 000000000000d74e11bae7a8430a88c6473243ce15edf4a022166e6a583251fd 0.00 MB 15 1,355
116,427 116,427 000000000000542b073f0f1168afc560f04b13fd12d189d556ca6397740c333f 0.00 MB 11 343
116,426 116,426 000000000000738a5c2182431a07a90e7c4dcb27749d47e1087b18c9c90efae2 0.00 MB 12 0
116,425 116,425 000000000000bcd777f201273f29cf6c276803e6a40c2c70ac8cde61056f6cc4 0.00 MB 12 0
116,424 116,424 000000000000c06e9caf5e68a45c9606f10d2c6e3d38434a2fc8a5d71f1fc7ba 0.01 MB 24 0
116,423 116,423 00000000000091da3dcfbf0caec85db07b820e76aafac40e15fd19112038e93a 0.00 MB 13 307
116,422 116,422 000000000000194a353ac8956ef06e5d89433ffe628914273d9b952489ffb637 0.00 MB 10 0
116,421 116,421 00000000000040e6aa54919951a8ce39eeef895e2e89d7dbd10c57ede08e8ec7 0.00 MB 9 353
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.