Memory Pool Memory Pool Refreshing

3,498 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (761,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,075 146,075 00000000000001c16e526b287f566dc192741c8387f180e3ae711a6b0e789be2 0.04 MB 48 100
146,074 146,074 00000000000005ff3d7ca8870dfc1ed5cfba2bee8aa8ce1979b32e05095ae7b6 0.01 MB 21 5
146,073 146,073 00000000000008d72c871a144a2b7e0f8c03c216d880ab873cba4b315fd3980f 0.04 MB 64 190
146,072 146,072 00000000000008663d81f4c02b0623cc45a8a72bf799a0a1ca2e13421d0e6d7d 0.04 MB 146 10
146,071 146,071 0000000000000455ee29fc4e7c1cf5a68ac032f17f8d1bf9e296231d6481ab7f 0.01 MB 22 114
146,070 146,070 000000000000044848a4432d6f42d85eb27b622082a3912dbd988e9deb12049c 0.03 MB 20 3
146,069 146,069 000000000000039186d23654ba9823d655dc38ce7db48282ff1db483289fe8dc 0.04 MB 88 117
146,068 146,068 0000000000000790725c4cb3ef36887b751afc08e21432593e6ef1e429c3b7a7 0.01 MB 13 21
146,067 146,067 000000000000033ca9244b08f1454d7239023ad08de602fad71802d8cf9d4e1e 0.00 MB 4 193
146,066 146,066 00000000000000ba96f081c1ecd00a8779e6b1d7477cc2fa037a172efee89a6d 0.03 MB 62 507
146,065 146,065 000000000000025014615ca06935d591aabc6f9eb8c734fe8df08b87ce1783c8 0.00 MB 10 17
146,064 146,064 0000000000000167c10e619419d5fe6fb11160faf138db5fb10aac8443125cca 0.02 MB 28 52
146,063 146,063 00000000000007bec09e3c607ac4f572224725f2d623e3816d40abc51ca9718e 0.02 MB 41 195
146,062 146,062 00000000000001ee371dd3500d80a1047d9d505b9cb911d6c3ea3c41b325a9bf 0.02 MB 60 138
146,061 146,061 00000000000004ecece4bfaedd6aae2b0998f092b7580d1ae4e0157c0d304cbe 0.05 MB 114 40
146,060 146,060 000000000000082f8afab182e8006353df65aa0a6c0ab631e1843cb1126aa5a2 0.02 MB 33 82
146,059 146,059 00000000000006170995fef77cd0e9cd8bc02b561b877ec5c56a198daf2948af 0.01 MB 19 132
146,058 146,058 0000000000000858f9309c409fd7b47de16415cbe9a2293a536769a02ead5307 0.03 MB 54 73
146,057 146,057 000000000000020e3cb1eef8da793ca362b2a7fedf096b607d2247208ea7268f 0.04 MB 136 75
146,056 146,056 00000000000007e22539e6c7cb8de1901ba18a21a0708cfeffe6e0a964d3a42e 0.05 MB 83 68
146,055 146,055 000000000000027a29173d23763cbf910c97850c41da9233c031441e754bda25 0.02 MB 28 122
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.91 GB sent, 92.84 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.