Memory Pool Memory Pool Refreshing

17,588 transactions (6.13 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,657 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (830,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,541 78,541 00000000002bd559897803abe0ec06524ad739891098ae3e1f00d84e7c4c33d7 0.00 MB 1 0
78,540 78,540 00000000000b3d175df7f127d94506ef621b186eb00d843a3bbe4e463f0b5de4 0.00 MB 1 0
78,539 78,539 0000000000431162f419cf2f1f2bdc0f35a14fc96bfe1cc15a85a84ee5162ebb 0.00 MB 1 0
78,538 78,538 00000000004ec0dc867e9864303dd8c1647829e261a6b40a1436aecf909247f2 0.00 MB 1 0
78,537 78,537 0000000000128e4fedf7f81f60eef29edca31790f4adb5cbe919f41c731dd821 0.00 MB 3 0
78,536 78,536 00000000000a1d9c74d09802725aa40490689caefac0250ac09bbd010b6e6d8e 0.00 MB 1 0
78,535 78,535 00000000005eaccf84ad48e30914ec51136b5514337fca1bb8ce025b8f38e2ec 0.00 MB 1 0
78,534 78,534 000000000061a8cdb2df84ec4e04923040a198fbfb546cb1273a4e1d2094fc15 0.00 MB 2 0
78,533 78,533 0000000000640d05b69ec62aee9433b90c88b51ad3683df8d597a84b248b5694 0.00 MB 1 0
78,532 78,532 00000000003ca070554d0684e4273bcdc3a782c441a8ff37018189ccaddd8a74 0.00 MB 1 0
78,531 78,531 000000000023ebf30ccb36bd6a437d5923fbcde4c59cf954c085349d041c4568 0.00 MB 1 0
78,530 78,530 0000000000343ceb3445af630fd88be26c75be8b39e7bc387b9a6201d4fd2ac5 0.00 MB 1 0
78,529 78,529 0000000000054630769c586011899193f45b0573e569d5d055d6c751389ea14f 0.00 MB 4 0
78,528 78,528 000000000026451b3e0b7036c921ebb6165ba9abf011b69296bba4de224aaeda 0.00 MB 1 0
78,527 78,527 0000000000539b485a963634d2b036c4acf6004fda4eaab1d91f1125ceeedb4e 0.00 MB 3 0
78,526 78,526 00000000003928958076c6bd184d602595ea4bc286ed5823075a03f55fc80208 0.00 MB 1 0
78,525 78,525 0000000000435364a9b688bcdf9390ca5e555d96a4f3c8eb8773242d3ca5ff05 0.00 MB 1 0
78,524 78,524 00000000004be09f80bd6625d81c01ed683257bbc9b9c6b0117884a8b9c2915f 0.00 MB 6 0
78,523 78,523 0000000000201056dd6a15a712a5652175b240bea97f349ca7b6decbe28574ce 0.00 MB 1 0
78,522 78,522 00000000003e96ff14bd1628131bb3c69cd64bfa4f4f75d9129bc31dca6f53bd 0.00 MB 1 0
78,521 78,521 00000000001ac6ffd8d46b488b603837bbd03e6ec29b2eb2dece1d7af913e7c9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,863.40 GB sent, 104.01 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.