Memory Pool Memory Pool Refreshing

5,013 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,673 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (55,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,716 852,716 000000000000000000011094f53333a637fff567bc0b39f4ee1a837813b1ed60 1.66 MB 3,517 9
852,715 852,715 0000000000000000000047da97a6099e8d7fef9e46e70f6f78ced349cbf18535 1.65 MB 3,436 10
852,714 852,714 00000000000000000002ce043b6be0ef1ff73b5367984304be51426a34b67513 1.59 MB 3,605 11
852,713 852,713 000000000000000000034adba1b5ba7f6fe047c5d4324867b5acc4abdf138c2f 1.56 MB 2,827 12
852,712 852,712 00000000000000000001672387abddd1b6bdb71f8abbef087b1b44b9c731313f 1.60 MB 2,904 13
852,711 852,711 00000000000000000001459fbe0477dceedc0f72b7baae70e124efac1b410b26 1.57 MB 5,035 6
852,710 852,710 000000000000000000000e197885b8fcb02eaed6a35e54fbe743df527e090956 0.00 MB 1 0
852,709 852,709 00000000000000000002d21c214d2bd274f7fb160bb4dcbd1e52bb0d202178a7 1.55 MB 3,713 11
852,708 852,708 000000000000000000018e99e48ddb91ceff1f2007bfdc9fa9553e3a1597bf19 1.64 MB 3,683 8
852,707 852,707 00000000000000000002a83dc4fe1df1a487e6c0dc1d82329914bccb519e5fb1 1.65 MB 3,179 6
852,706 852,706 0000000000000000000206abf1f5031e52f9b75b2b901fc207e144002d1f17a9 1.71 MB 3,002 11
852,705 852,705 000000000000000000001e5965895f9f0b61b9dcb83b15a5e94b18b3c75e67e7 1.67 MB 5,443 6
852,704 852,704 000000000000000000001749b5f541369476c69fe48bb4b7a2e0af716a03e292 1.68 MB 6,667 4
852,703 852,703 00000000000000000002bb48bd8cb381e1ffe8c1217936c023f46dd90d2f1f60 1.66 MB 6,985 4
852,702 852,702 00000000000000000002e9349daedac2532900fcd4fa9c83b2d9b914bd414914 1.58 MB 6,999 4
852,701 852,701 000000000000000000014adee03f847f774128d12795e0cf8144c730701f7703 1.76 MB 3,165 4
852,700 852,700 0000000000000000000046371e5535cc62be4c4285c781aab297d8adcc922904 1.65 MB 2,756 7
852,699 852,699 000000000000000000014afe23df32c5be5075084c0ca4a1a104558ab71ee6a2 1.44 MB 2,419 9
852,698 852,698 00000000000000000002c1891e1a29ee7ea4b1127cf06b6e9e381c4d3e1a708e 1.67 MB 5,994 6
852,697 852,697 000000000000000000007ef68bcb549b0cf8c53ab7dd3e0b11c88dd33a05b1eb 1.63 MB 3,753 6
852,696 852,696 0000000000000000000380c90d78937b8988b042d4a143e40cd7cfdd08417b28 1.61 MB 3,398 9
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.