Memory Pool Memory Pool Refreshing

7,672 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,716 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (19,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,384 888,384 000000000000000000012a83189db542c5abab8028fd8510bc4fca6baeb043f9 1.43 MB 2,774 2
888,383 888,383 00000000000000000001727893149ed08549981bda630446c91e14bc7c6205c0 1.50 MB 2,699 2
888,382 888,382 000000000000000000021adc942cf7c801c6fc85d83887516c9209d9491c3a9f 1.58 MB 3,083 4
888,381 888,381 000000000000000000009a7e7682367a27696d08c12034092e52c96a8d14e772 1.99 MB 933 1
888,380 888,380 0000000000000000000096c59686a794d25f933c5dc0d6012f3df4f283784280 1.80 MB 3,106 1
888,379 888,379 00000000000000000001467a2d5e57efcb14f94a1b37759626161ca5b4da6e1e 1.85 MB 3,315 2
888,378 888,378 00000000000000000000737661079787cc19e2acc6f8dd5fcec3d3d8615281c2 1.34 MB 943 1
888,377 888,377 000000000000000000015b1760d2dc8ddb3b50f47f062c4719c1ad112cf3bdae 1.24 MB 932 2
888,376 888,376 000000000000000000023634ad06564cf66ea7e883d37dbc91eeaa0b099bbf5c 1.34 MB 1,249 2
888,375 888,375 0000000000000000000180c9ae55b659c2352781cc5f234d7b861d12efe49168 1.59 MB 4,036 4
888,374 888,374 000000000000000000026a0ef6cad24b4a9261b0d1b030ce26265b7567d51126 1.58 MB 3,010 6
888,373 888,373 00000000000000000001bdf0068fa6d3c30e695c615d75ec2abc9186908bc1f6 1.51 MB 3,399 5
888,372 888,372 000000000000000000014fdc7d5e97db42a1b809f86525a988d17ca0e1fa7184 1.18 MB 820 1
888,371 888,371 00000000000000000000c5d400c748d9f089efbeb42bf76b8258923976522811 1.15 MB 1,150 2
888,370 888,370 00000000000000000001d2a9fc359812fc45ffc56294b3008537cfadac569dce 1.16 MB 483 1
888,369 888,369 0000000000000000000168ae4e10a118c3d148403ad922d49eba6d83f9a4d11c 1.54 MB 1,913 2
888,368 888,368 000000000000000000005db3f6473f506e0289e3b7c57efea38106f6f20ec440 1.49 MB 2,223 2
888,367 888,367 0000000000000000000040faafa9268344fb4a56ca3b61994b200efe8ed17f2f 1.62 MB 3,451 5
888,366 888,366 0000000000000000000248bcb4e29b3a354ce4c41d4bb5615321b089e04b4846 1.67 MB 3,585 4
888,365 888,365 00000000000000000001fb6199c4f1a763a98bce1f41318261ccc641c8c53497 1.54 MB 3,813 7
888,364 888,364 00000000000000000000ade9ddc30c7a6898ac68e2e960518014e023bc5f33bd 1.64 MB 2,818 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.79 GB sent, 93.04 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.