Memory Pool Memory Pool Refreshing

1,994 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,994 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (291,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,336 616,336 00000000000000000004a20d61976ed01c3756ed77a5e60a73e71b5eb937caa7 1.36 MB 2,433 15
616,335 616,335 00000000000000000008c412a4621bd4f0cbaf83fd62b9424d3767ab47b19ab8 1.33 MB 2,963 28
616,334 616,334 0000000000000000000f5a546f2fabb65b1860e0f25079b11835f9386dd89346 1.24 MB 2,415 9
616,333 616,333 000000000000000000104fd47ef6809284ada9b6a11bb60e284ed1ef4a94f22c 1.27 MB 2,968 28
616,332 616,332 0000000000000000000e60ab46c99d27b56a43903480013c376d869d17273a3b 1.10 MB 1,143 7
616,331 616,331 0000000000000000000d26afdee6bdeb91261c0378dc97fc0f391a508d4af4fa 1.19 MB 2,125 11
616,330 616,330 00000000000000000003b3247fd10edbefaba93d72ff49a75c27334bdc96bfe3 1.33 MB 3,220 16
616,329 616,329 0000000000000000000188a574628580c48403c1b8acafc979099f3539efc81f 1.32 MB 3,292 27
616,328 616,328 0000000000000000000a280be13407a61889d51d7ff520cddd0fde2baf562a6f 1.31 MB 3,463 23
616,327 616,327 0000000000000000000972a68e2cd6bb760befbf3cd4fc3afd8da9cae35cd8a3 1.33 MB 3,049 21
616,326 616,326 00000000000000000006de39972507586825c08671023caac58f029762bcbe10 1.18 MB 1,198 3
616,325 616,325 0000000000000000000f3fc264e6221e026dedb159b0ed3c948f87a14fbdc6b8 1.42 MB 1,222 2
616,324 616,324 0000000000000000000aa5317c2a8e021309ca081519b48ef62f8faa76867d90 1.65 MB 532 9
616,323 616,323 0000000000000000000e599bf6640ea15c9d501387093e2cbdeca31f1bce6125 1.42 MB 2,318 20
616,322 616,322 00000000000000000001ae8a8c87feb893369cb832bef404d583db14f2669c3f 1.75 MB 639 8
616,321 616,321 0000000000000000000d75251d27f8a0365c385147f0f49e1e2aa4f6f019c4e6 1.87 MB 110 2
616,320 616,320 00000000000000000001481c730329a7b3529a51e2db3ef23e99625d1354e58d 1.88 MB 173 4
616,319 616,319 000000000000000000122becd60c54f37ae2f2033937bf432b59bd5137c74e64 1.66 MB 996 9
616,318 616,318 0000000000000000000a4f76bf6a3fd90305cb745e561b9f74635d33962a2f95 1.52 MB 1,492 11
616,317 616,317 0000000000000000000c6e6f442ff4f1cb6fe02a3b8f83ad1fc91177817992a4 1.46 MB 1,629 8
616,316 616,316 00000000000000000002aaa8436290f3a3c039e30465f874e975a0112b701136 1.30 MB 1,941 14
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.