Memory Pool Memory Pool Refreshing

2,133 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 2,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (2,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,018 905,018 000000000000000000011eb15bbbe0844396f7be1444eace47e1ce6d476817eb 0.41 MB 417 2
905,017 905,017 0000000000000000000037436bff199caa473b3487ca4abc783c439b3fb903e9 1.97 MB 756 1
905,016 905,016 0000000000000000000110870bfceaf5f01133dffedfae523f05cd4ca148900f 0.50 MB 968 1
905,015 905,015 00000000000000000001c8f33dfb663bf0d15229feca7d462103cfdadf27961b 1.84 MB 1,543 1
905,014 905,014 000000000000000000021c9ca4e8415edcb6612f9e20f3fe0f3a192102cbf7d6 1.47 MB 2,562 4
905,013 905,013 0000000000000000000197da80bda52ddcc8538bceccf63f71b06cae0a81ed60 1.53 MB 3,247 2
905,012 905,012 00000000000000000000dadf04c4aa74a85cb505b39e36c610280bad199dd06c 1.53 MB 3,496 6
905,011 905,011 000000000000000000022b25ed99253fb8ebd8f8fbe6bfa82f533f6f57d6f288 0.71 MB 1,352 2
905,010 905,010 00000000000000000000457f385d5d064be6f1e24de552302af8bf8531580368 1.31 MB 2,498 2
905,009 905,009 000000000000000000002865613d073e13d728c1d8d0ff4b6b2a97250944481d 1.09 MB 2,211 2
905,008 905,008 000000000000000000004f1e2ed3466affa16597beb281afa303a655f8fae87c 0.62 MB 761 2
905,007 905,007 0000000000000000000154c06ea5ca6632341d8b4763572d79aae143a89997de 1.19 MB 2,586 2
905,006 905,006 000000000000000000003a634a2f759385b4fbd8f3d89dbf3bb2dfff54802279 1.97 MB 309 0
905,005 905,005 000000000000000000000be838b1640ec9b7e6012f939f5e6beda6a2bb248c9f 1.11 MB 1,843 2
905,004 905,004 00000000000000000001e9412565b2b9a3186613380dc2de2f1bbae03730000d 1.63 MB 2,438 3
905,003 905,003 000000000000000000008c94ec782a68daf878e7e997ab8c0e5cb5a93e6a2036 0.45 MB 969 2
905,002 905,002 000000000000000000004622332dffd8cb96b6f88dd6861c34e494835e5e5a59 1.18 MB 2,514 3
905,001 905,001 0000000000000000000253c6ce2f7487f74f25aa796c757bfc7a67814ae3b76f 1.83 MB 1,243 1
905,000 905,000 0000000000000000000090a73b1ea09ad33ac1d9b1ad65ac0aa6c57cb4440058 1.64 MB 2,848 3
904,999 904,999 00000000000000000001b0b026642b91d00904a0d4f388c1f3ec96f524726816 1.98 MB 781 1
904,998 904,998 0000000000000000000168a2f706c51be600c02f88a22f2c6c61d8ea8781794e 1.55 MB 3,080 3
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.44 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.