Memory Pool Memory Pool Refreshing

4,337 transactions (1.13 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (849,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,385 59,385 000000000388e1858c30ccbda3f969a7908deedff28f59ebc36fd755ef1745a0 0.00 MB 2 0
59,384 59,384 00000000023da5c750738ea5b00a9842904a4e8f2c1b3b3f8500ece9d3bbc896 0.00 MB 2 0
59,383 59,383 00000000089e06ca5ea6200ecaaafff97724e5d3ccc2c0722181c03193a7b6a9 0.00 MB 2 0
59,382 59,382 000000000e06b90ac4a4d95e7522619e7012999e44b1671042f6d58185b69188 0.00 MB 1 0
59,381 59,381 00000000042aaba29ffbcce653d64c7792159e1664105b9bcd50ee1f0b6cfb0d 0.00 MB 1 0
59,380 59,380 000000000ab2eb599f8ae14c0ccb7534acfa3dd72c5d4de11fcdbcbabb6cc710 0.00 MB 1 0
59,379 59,379 000000000409143e93265ecab4818f527f70d0c225446b1fbeb28606c570419d 0.00 MB 1 0
59,378 59,378 000000000389d899a220b837ab4a8b8179bb74edec4ae50abe972cb8debe8776 0.00 MB 1 0
59,377 59,377 0000000008a39003a260e940eb85f5c12708418482ec06be9423d5a6dcc7cf11 0.00 MB 1 0
59,376 59,376 00000000018b55348012081e348305e2caf36fedd3be5b18d23a6c053312910b 0.00 MB 1 0
59,375 59,375 0000000002f31a7e64d7e914d74833877e0a8a2244742e0b2d4d6ae0450a0114 0.00 MB 1 0
59,374 59,374 0000000009d4ce95800143cc76b184c17e03c102781bab2b6c412e3d7c32850c 0.00 MB 1 0
59,373 59,373 000000000d9dc55fc89828e3d9a9fa5277994a46810fe9d30390e16f8564fdb6 0.00 MB 1 0
59,372 59,372 00000000001d073cf75d45d3a0c64816aa0113d6d7bfc1afb8827d1e23c78863 0.00 MB 2 0
59,371 59,371 0000000000dd1b53c239daa75b4a3df5954c55bd5570bb3a1eaa0e756aa938d2 0.00 MB 1 0
59,370 59,370 00000000027f3a702e40a69c6a730b483d44a41df5fc747f2f41b7e5a2de755b 0.00 MB 1 0
59,369 59,369 000000000b44010d8ff11dec3411e2b7f56032d5dfb7a140f8d169648775dc85 0.00 MB 2 0
59,368 59,368 000000000e736c7f24e5f10436064ce0ddf8ee1a1e34ac4f85c1f316d4f977f6 0.00 MB 2 0
59,367 59,367 0000000005f6d1e474355be3e313d86cbe96dfad784f0e8c617e4450983fc819 0.00 MB 2 0
59,366 59,366 0000000009340ff5275e66bca4445f7137e391b26370460c8fa9221aab453bf7 0.00 MB 2 0
59,365 59,365 0000000005ac896281523c08a915c973513c7cad1520b441e6ac7b0ab3f94550 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.73 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,917.72 GB sent, 106.21 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.