Memory Pool Memory Pool Refreshing

106,142 transactions
30.73 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
879,044 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,043 (874,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,125 4,125 0000000051b92bbf9193b501e765c517f224312038fd79a84fa73ab99b60faec 0.00 MB 1 0
4,124 4,124 00000000ba4aea45f66f61f79d87a62349ac6fd7173b6240ac77454a04686c41 0.00 MB 1 0
4,123 4,123 000000008c87cf1558d619a075b4f8698e1b5db914c521e7f036be311f3f2474 0.00 MB 1 0
4,122 4,122 00000000d27985b6bca193129476bc043f99b11f5d5acadd80228ad880d91a01 0.00 MB 1 0
4,121 4,121 0000000049acd57a59922799c70f065f19f565674a25bb9c2298d47697f28839 0.00 MB 1 0
4,120 4,120 000000004c3dd11208e16ad40df372a990621c7b6474a126acab4c7f3439b16e 0.00 MB 1 0
4,119 4,119 000000008eb5127b83f7c34ab666d529ec8afa9f9692d9baea4bf519084ed796 0.00 MB 1 0
4,118 4,118 00000000a244a05a450e401e820bfe30e3cb4d149a3a468e83aef3790b9fc4ca 0.00 MB 1 0
4,117 4,117 0000000087841ef9d34b4a9604314ee994457266282a9de66a673ed7787f4c24 0.00 MB 1 0
4,116 4,116 00000000d6ce21eb90fbe6d913ca4446a20b68244fcb9ad60b6e488b30a3088d 0.00 MB 1 0
4,115 4,115 00000000b500f7da9dca49efd8d9f51be493cc5c7a9762317996c5f2f286d237 0.00 MB 1 0
4,114 4,114 00000000b3b2cf9c17d1b1ecc6fd6e3d3ee4561f849ec0edfd12edab5bba9341 0.00 MB 1 0
4,113 4,113 000000008713c3890641b1944c152c9e0cec0ad58c297a3897181d2e00397a0e 0.00 MB 1 0
4,112 4,112 00000000365489a679ff9062ce98720370884730a70900df577e1bd62a6c62a7 0.00 MB 1 0
4,111 4,111 000000007c619c0b922477346f1f6fa683ce432132185e5bf2815e0893ce2f67 0.00 MB 1 0
4,110 4,110 00000000ae352196f35803560130c7b6b19066a41482a2e6fd9f46391d929c3f 0.00 MB 1 0
4,109 4,109 00000000c309d8f14f7766aaea69dbeba31067beddb87c67d476d59a6c2b9dd7 0.00 MB 1 0
4,108 4,108 0000000035cac3371f550204b8b4986bd39efcfeb08725d66bf5dc21e61e09cb 0.00 MB 1 0
4,107 4,107 000000005417ff49f9c909ac241dd2f1b9a3bd595ac00fea62071f069d92a850 0.00 MB 1 0
4,106 4,106 000000008323f6cc569bded72ba278e64fc9507bee84064fbf66baf478c3d462 0.00 MB 1 0
4,105 4,105 00000000fae62fa4d847c64d8fc50443a65e86c97a9d0dd349239d83e0870eca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 716.44 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.30 GB sent, 47.29 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.