Memory Pool Memory Pool Refreshing

4,081 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,567 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (160,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
747,590 747,590 0000000000000000000932aeeec38553ec23434b880358be30c31b01ea968cc7 0.09 MB 162 9
747,589 747,589 00000000000000000004283ab029a9c9dbc66910c3fbcf09fab2d82afa694844 0.03 MB 11 13
747,588 747,588 0000000000000000000303e7851615cc0589940d193f67f29c32f4f90d493873 0.43 MB 697 9
747,587 747,587 0000000000000000000450bad9943ff2f2ecda88d18b709b6cedbfa3a763312e 0.21 MB 453 12
747,586 747,586 000000000000000000055756d4846eb5839764d8283b55366f2507b01e02c21f 0.85 MB 1,230 10
747,585 747,585 00000000000000000009518775e86277b26f702fd97d844d3a75ca2deb52b240 0.42 MB 651 10
747,584 747,584 00000000000000000004f6d4783c3bf4a45d4d99e7aea73169a9fddf81eb0b78 1.28 MB 1,614 12
747,583 747,583 00000000000000000009de93c3fef63ebad0ae60365b708b8881c3d7bf4e188a 2.12 MB 927 4
747,582 747,582 000000000000000000084732ba928f4a947dc9c492281c6a18a49924a86541c1 1.68 MB 1,984 8
747,581 747,581 00000000000000000000e86514a4e620177ccd71c586251ee1f68edd2b2380e4 1.47 MB 2,768 9
747,580 747,580 00000000000000000006d05059e1894e740935898182001cc4d7708eb188176f 1.18 MB 978 11
747,579 747,579 00000000000000000007570dcf5bd932c4f7c3c680bbe4047313cf44d7227a3d 0.56 MB 1,303 10
747,578 747,578 000000000000000000038f2036d789a84739421efae6ccb948dd5fb851276018 0.05 MB 99 10
747,577 747,577 00000000000000000006a92e77134635b4f6ef50be874407a8f497faef7bb2a4 1.11 MB 2,366 11
747,576 747,576 0000000000000000000967083ff7a6b2865ae83e81fc191083a0a3dcc1ae133b 0.74 MB 921 8
747,575 747,575 000000000000000000027419c48981c1d9766fa7d8c4b68c0888e35974419c2b 0.64 MB 954 10
747,574 747,574 0000000000000000000a24f430016970aa421bfbb5ce64bd9631ad40677df0eb 0.29 MB 525 10
747,573 747,573 0000000000000000000791bd7ca5add57719e2c7534a988d449144e0be77f398 0.87 MB 1,716 10
747,572 747,572 000000000000000000079259ed2087fc0e8f153409823e2fb7a74e3937832f5d 0.01 MB 29 5
747,571 747,571 000000000000000000013de169da1197cfa261d381e8852f0e303632988f3c13 1.03 MB 1,151 8
747,570 747,570 0000000000000000000450b4fd5ae81f91fe0e2aead8c3e314d04baff355e7d4 0.76 MB 1,465 11
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.