Memory Pool Memory Pool Refreshing

1,132 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,106 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (562,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,536 345,536 000000000000000016a2ce8a52a1102c8e230ca8229f50e7f1b1c1a78a70685b 0.84 MB 1,093 20
345,535 345,535 000000000000000011b191b47914c1e739d325194f9d98dc45ea06b71fabda15 0.49 MB 37 1
345,534 345,534 00000000000000000116c3e57b840eeb5511cd2d982e578ed1ca2a7cc8e5c929 0.69 MB 537 9
345,533 345,533 0000000000000000067885047f0018ad5fd57d9dfdd8bb757606db6eca3622b1 0.91 MB 567 8
345,532 345,532 000000000000000009175788b2e97b2293a957ffc9497be7e5cecf8f1ac52a46 0.75 MB 601 10
345,531 345,531 000000000000000000c5c141c4dd61c563e1e4fec769395ba25f8f5677ef65ec 0.18 MB 471 36
345,530 345,530 00000000000000000960c946181460488234a745fc66d8120e2dfa580c76e694 0.44 MB 59 1
345,529 345,529 00000000000000000ca9c1750eaa3649f224f7b629e5d24bf915641ee859bbd6 0.69 MB 953 19
345,528 345,528 00000000000000000c3e0fece07758d914e61a0363f2daaf0de825a905e0aafc 0.71 MB 222 4
345,527 345,527 000000000000000006e1cf8c09129816f91d292cdd9c199f59389ed2028ed708 0.10 MB 240 32
345,526 345,526 0000000000000000059e2cbfbacbbf0d0beae478577ba0800b17410cb6f56912 0.66 MB 1,314 24
345,525 345,525 0000000000000000177e6d12d63e6f9b4dc7b44cd7612b5ae1c2fc98b48ecefe 1.00 MB 1,992 24
345,524 345,524 0000000000000000046ffc2d62fea7f733e5792e4255551895e88646d0d0ec36 0.47 MB 664 23
345,523 345,523 000000000000000003f93e65984e9bb3a6c4d5b0c2b144b46d4a3c24d2d18031 0.27 MB 470 21
345,522 345,522 000000000000000005ff353e8780ce1ec3e4d7a63284d033262f5c56a6c8e81b 0.11 MB 168 16
345,521 345,521 00000000000000001504c4762be807fbeb2d43df83dbeaee6e17451b445c9554 0.18 MB 249 17
345,520 345,520 000000000000000010f50ba7890408ec2e34d864c4c66832ebd9c6adb71c3507 0.09 MB 101 12
345,519 345,519 00000000000000000579ce8ecfebeb765440697ae08c8180111129c2aac70904 0.25 MB 553 18
345,518 345,518 00000000000000000e6fdf63b36cf5a6dabf4c036afa48b2a8425d758f4770ec 0.38 MB 722 33
345,517 345,517 0000000000000000167f6df1cedf609e59c58e1de4f75ccab1cf4db8013f2707 0.15 MB 250 32
345,516 345,516 00000000000000001201ef5a30c2f5b151c0c45fcd468f8e9f0c117555aded7b 0.06 MB 22 3
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.38 GB sent, 93.36 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.