Memory Pool Memory Pool Refreshing

12,048 transactions
24.08 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
894,569 0000000000000000000248b60000000000000000000000000000000000000000 1.00 vMB 3,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 894,568 (1,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,705 892,705 0000000000000000000052d56d6f9de82b2cbc4b8f4a0007b35cefee6af3ed6b 1.68 MB 3,720 2
892,704 892,704 0000000000000000000238fba06e673dec89e72baf3422dd64dd6420e1e1ec39 1.67 MB 3,582 3
892,703 892,703 00000000000000000002257701cf5d0449e113283dc6d79bcd6f53c5ffdd6a99 1.58 MB 3,921 6
892,702 892,702 000000000000000000015cccce7525a673d1e7eaa51917133aafe3046f328155 1.46 MB 3,280 3
892,701 892,701 00000000000000000000b6ea18f7dff61acbe882aced9d3cff0a64e7f948ff98 1.63 MB 4,108 8
892,700 892,700 0000000000000000000015356bf1321fff4469169bc49639aae8d3bcc3654f76 1.50 MB 3,900 7
892,699 892,699 00000000000000000001f17f6f85cb50ee06b049b833499288c7af23eb172a5c 1.63 MB 3,433 5
892,698 892,698 00000000000000000000d1941c6537651fff14e15447e69cdb396c89394715eb 1.61 MB 3,898 7
892,697 892,697 000000000000000000021966ddea82186737506cb42dc102576d62a08b19c901 1.78 MB 3,433 2
892,696 892,696 000000000000000000023c44a1ae6e4776fce97925bd08676f1ef7c1e8a5d5cf 1.61 MB 3,203 4
892,695 892,695 00000000000000000001488b5b47131e52130b9cb15b3f7fef16d6efd51b3f92 1.68 MB 4,131 3
892,694 892,694 000000000000000000022d60b73c30d3b9026c99e2c8d3ff5c51935b365276f1 1.67 MB 4,835 4
892,693 892,693 000000000000000000012a297d3aa26c98eca4099609a119c09a2ce9d862c01f 1.70 MB 4,512 5
892,692 892,692 00000000000000000001d5de4dbdaec980c0b6b11ef9a6b2ad012b1097537182 1.61 MB 3,953 8
892,691 892,691 00000000000000000000682ce0047f6042ae40f55dd4e7de532780f5936367f0 1.63 MB 4,474 4
892,690 892,690 00000000000000000001930964eab748cce4e8519a798169ce3ed1c6c22c04cb 1.59 MB 3,793 8
892,689 892,689 00000000000000000000cc07013eaadd7e054eb26ba1878034131f5636f1fdb9 1.73 MB 4,092 4
892,688 892,688 00000000000000000001ed4b40124d85cc7e7baf8478d5aa239fe9bfa37186b2 1.69 MB 4,096 6
892,687 892,687 000000000000000000011e126d0f407ce4d5415fbceb81f8f7902541d90f0fa0 1.52 MB 3,531 8
892,686 892,686 00000000000000000000e9788789f637539af13e6c060e8f9b1a2a1a2daf7ca8 1.67 MB 4,277 6
892,685 892,685 00000000000000000001b4e669450dac104b54273faed81bd8256fe2b38757bc 1.64 MB 4,141 7
Previous 10 blocks ↓
Total Size: 746.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: 3,915.84 GB sent, 193.07 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.