Memory Pool Memory Pool Refreshing

2,241 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
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,591 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (827,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,543 81,543 000000000039336c71061c29a64342a438622260363d6477cf7d9e4e21dbad47 0.00 MB 2 0
81,542 81,542 00000000002bf5de0a1cbf00f165da4c0c2b5d9a3d20cbe9478103af90410fd5 0.00 MB 3 0
81,541 81,541 00000000001586b4a65ffdb1a3e1f2dc98f3fb7f99a38f6d7bd8ceacfab4e08e 0.00 MB 1 0
81,540 81,540 000000000014e7086b597c41b1a3cc0e9c9e9300bd05faf28436833afb710d4c 0.00 MB 4 0
81,539 81,539 00000000000e26d6e45a074c2ea8b7a540b9031d7780ec68696773595041ee70 0.00 MB 1 0
81,538 81,538 000000000009cbcaf4af0386f6588e1026c213b018942649c5dbeae5b2e0108c 0.00 MB 5 0
81,537 81,537 000000000007f9d2114f07f5b5f2afcdf7653264add06262e892abda4cbaccae 0.00 MB 1 0
81,536 81,536 0000000000373408dece944c55c96750015c4afc27e5c00180ba007286169b25 0.00 MB 1 0
81,535 81,535 000000000030f89d95c18a7bbb79a4d2cd53199d8a6cad80158c67e9be961d05 0.00 MB 3 0
81,534 81,534 00000000000495c4f5abd694d84f4fcfafdf186238b3aeb72522b4f77f31dc51 0.00 MB 2 0
81,533 81,533 00000000001fa65689a24e04113e3406be74af03a629d0232cc5c40d7b41cb38 0.00 MB 2 0
81,532 81,532 00000000001b412fd927da3d1c834de799c299423cb10fc7691d09ef4bce9a65 0.00 MB 6 0
81,531 81,531 00000000000e6e1f620b5d6ca4478c251d28e73300ef2052691273c532fb204a 0.00 MB 1 0
81,530 81,530 00000000001d88d1b4068c3c6ecc82032f78e82affe925ccc5e94da990e83703 0.00 MB 1 0
81,529 81,529 0000000000295c7ef1ad0b026796545982e9998c5106cc68c00ee4d90afe3752 0.00 MB 1 0
81,528 81,528 00000000003ce24be71452dede6391a6e306885f7dbd66c8fe0dabdc94877831 0.00 MB 1 0
81,527 81,527 00000000001f100d69bd158ddb9f828379f361c8056986e73b89a51958b0ad5e 0.00 MB 6 0
81,526 81,526 00000000002273a819b9dc0a8b404c050485af91a0191f838e32723f41d3857f 0.00 MB 2 0
81,525 81,525 00000000002ab16165326a61776223c48516da4957c112b08162b13c7357493c 0.00 MB 2 0
81,524 81,524 00000000001d355f0f73ab9d6ef8d89a5de3f5cd3a2ee5c84c171ecb0a8524e1 0.00 MB 1 0
81,523 81,523 0000000000383d9b2d75c293d4566ce9fbe200382de493daf270fdd72a9ce5a4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.