Memory Pool Memory Pool Refreshing

9,974 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,942 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (606,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,540 301,540 000000000000000027df5b254ecbb84009acb71b1caad1b0ee2fe7b91e33dce8 0.45 MB 785 33
301,539 301,539 000000000000000078f4610674a40f7628e627b795626c43b5bf6cab882348fc 0.50 MB 1,084 44
301,538 301,538 00000000000000007693179dc708aacaeb7bc8f2b081690bba7d855866e6e926 0.38 MB 714 33
301,537 301,537 00000000000000002fcdffbf14b17bf65605f922359e82b5452d2b2104bf56cc 0.73 MB 367 8
301,536 301,536 0000000000000000167842d37657e554c8717a5673368e28a99ade8498108f88 0.17 MB 268 27
301,535 301,535 0000000000000000421116d0f59a685bb4a8171a1a79bc21314bb5028540edf3 0.22 MB 468 35
301,534 301,534 000000000000000043f97b70c3df03a5da8de48c3693a6ebd4d30bd588e3b844 0.04 MB 123 34
301,533 301,533 00000000000000006d21b98926a506af39fd862761de1f38ed4fd1106947ef06 0.19 MB 356 29
301,532 301,532 00000000000000000cadd0be5b134a44381865c6db9f7057086fc6b42ab74967 0.08 MB 212 35
301,531 301,531 0000000000000000513a37159d26a6e2591e60988578401a8e04d18493f0ffea 0.18 MB 288 27
301,530 301,530 0000000000000000442b08d1a31a9883bd989f54c06db3f773eef271cb7466fc 0.23 MB 457 30
301,529 301,529 0000000000000000314384dff0f56a07131df994210e5b83380b528519dc6493 0.28 MB 599 34
301,528 301,528 0000000000000000404b47cf0b0b7043b0ed723e08e5878af7a6e9c62968472e 0.04 MB 53 29
301,527 301,527 000000000000000035dda99d6b150017e883d6630b44119f8a6bdbb0d283c741 0.04 MB 57 25
301,526 301,526 00000000000000002b3964d14d5562acc7dd7101d82accb451535ced1da2d629 0.04 MB 80 29
301,525 301,525 0000000000000000539336109e6076a918b2b1f7bcf110a03cbe93ed42feb838 0.08 MB 123 28
301,524 301,524 000000000000000028e6f5416ef601e1b02888546f8fb5ec3236639c7ec3f20b 0.36 MB 334 22
301,523 301,523 000000000000000010dd0aac963ac0749a9fd9d3b19c0ff2956d6bf2c735c2f7 0.35 MB 716 33
301,522 301,522 000000000000000031b5fd82cbbb1ee375bc343156296644a742c117182be78a 0.19 MB 256 21
301,521 301,521 0000000000000000071dba5898098e66fc7f29a4e39ea43bfe1e3dc7a9f2e515 0.10 MB 181 27
301,520 301,520 000000000000000051be1f174ccb503527e4d5ffd94f92d5388a6648bfb6a18b 0.02 MB 18 17
Previous 10 blocks ↓
Total Size: 769.03 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,625.01 GB sent, 93.01 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.