Memory Pool Memory Pool Refreshing

13,446 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,829 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (17,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,725 889,725 00000000000000000000fdc33019ee4834d3120d5ef49cdd05ee52b5f92566a3 1.57 MB 2,688 3
889,724 889,724 00000000000000000001473cdb8c18cb767cda9ca2f8b7aa197c2aaa5324ff72 1.76 MB 3,919 2
889,723 889,723 000000000000000000012abace9e0f1dfd644bf4ead6d656e1dbdebe3b24ec03 1.81 MB 1,166 1
889,722 889,722 0000000000000000000075ecaad55f1672c8be9df05411fa8ff5fa02fff29ea3 2.13 MB 300 1
889,721 889,721 000000000000000000004d64158bd95f7438ac507f24d7f1ef46da5d0fbc916b 1.86 MB 1,346 2
889,720 889,720 0000000000000000000243718dc36476c28db37879d7440613da4a389d49be05 1.64 MB 1,207 1
889,719 889,719 00000000000000000000273d48f69197ab5d850fc93b105166d01f52fe333fe5 1.67 MB 3,620 4
889,718 889,718 0000000000000000000179fbc921a36b620ef633eb4019f1676d5707529d3475 1.69 MB 3,070 2
889,717 889,717 0000000000000000000232f5127e155f976e19a8516a78f2b49e0a48bbc8f51e 1.77 MB 4,143 1
889,716 889,716 00000000000000000000812dabf26df4aef63dd5b1ede8d4440dc51e38dd9b9e 1.77 MB 2,354 3
889,715 889,715 000000000000000000001ddc9bcc35b5bf09f192719d292d4ef63b010e575675 1.52 MB 2,499 2
889,714 889,714 0000000000000000000241ec21d7adff4a20d6fab1222296ccbae3f2f38c3205 1.58 MB 3,204 3
889,713 889,713 0000000000000000000010f9b1e878cee07c357b5ee5cd5945bb026dda208173 1.24 MB 751 1
889,712 889,712 00000000000000000001149e2819c987999ad2d66c4d63547e4702afa16fa18f 1.37 MB 1,616 1
889,711 889,711 00000000000000000000bd020237e05d13a6c40d823adad059bc57f05098e226 1.54 MB 3,500 4
889,710 889,710 000000000000000000004346f627a4228d9409158ce3a9727b9cae085f84e01a 1.27 MB 1,548 1
889,709 889,709 00000000000000000000c2f822883e02638083278b20850c07c70af4b0d48d12 1.55 MB 3,464 3
889,708 889,708 00000000000000000001720ac02733a3639bf50ef22fdd50a99d614ce68eeeb3 1.97 MB 3,473 2
889,707 889,707 0000000000000000000090c3520d21759d07815e7f7fd164034fa1bb4950a561 1.59 MB 3,661 5
889,706 889,706 00000000000000000001e1a223ce69e95a7a247b403e04c0c4be1dd613560af0 1.75 MB 4,166 1
889,705 889,705 0000000000000000000063d75d575979f4be1ba3617d641f1bf961838bc4ccee 1.69 MB 3,878 4
Previous 10 blocks ↓
Total Size: 768.93 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,612.82 GB sent, 92.49 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.