Memory Pool Memory Pool Refreshing

4,335 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (725,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,007 182,007 0000000000000874fab197af8806d5ca88102f990b8d7c12e9623701612dcfc2 0.11 MB 268 139
182,006 182,006 000000000000091b381a21242f135059a22cfbb0728e3c6677a95a5b77550fc6 0.01 MB 41 28
182,005 182,005 000000000000031b0596f0bfb96eb3bb4fbdacc31d3e87203b181cc3be42ee34 0.14 MB 256 109
182,004 182,004 0000000000000452beee3b0aed14f974ebc37d1eda0cdc2fb4a323a5143ae664 0.08 MB 176 122
182,003 182,003 00000000000009440bc36fe5c04dda594464b43b540cf2e5da7ac0e3ce960f82 0.05 MB 131 133
182,002 182,002 00000000000001d3eb2a4ffa6fc3e51fb126092b9e418b398a28c3aa7d1588b8 0.06 MB 128 97
182,001 182,001 0000000000000a6291a6ced756c7b8b46e75fd01d75fabb1c10d76ebab5dbdb2 0.01 MB 33 0
182,000 182,000 000000000000068dce12903c1447e4c5b60311b61e443a25d5fc82c77f4f9a8f 0.05 MB 128 135
181,999 181,999 0000000000000047e3af4bb4fdacc0cc6ae7e44fc751f6a8ab4bfd985012677a 0.25 MB 291 136
181,998 181,998 000000000000069d56b9cf85809220e9d100e0fcf8196824835f45679bfa15b7 0.25 MB 613 157
181,997 181,997 00000000000005771ed729f80a5c732ae104ba0bd83d8dbe56a1a9851c8d1a31 0.05 MB 113 95
181,996 181,996 00000000000008087ddb8523f9c5742fcd404a08ffad9f952285ba1584c83ebb 0.17 MB 513 166
181,995 181,995 00000000000009fdeb57b45eebdcc3dd193554a3a18f93be0478ead686e5fd20 0.12 MB 256 147
181,994 181,994 0000000000000008fa1e30a5c6d10739e7be25363440d729663730d35ea52f4d 0.00 MB 14 463
181,993 181,993 0000000000000480e13085b9c8eaf2c024e5a95548ef164f21735344d6243b79 0.04 MB 102 119
181,992 181,992 00000000000008d25854a6842321ec3272a67e0c5d25a1c21fb112533fea3afe 0.04 MB 43 56
181,991 181,991 00000000000006fefeab12b3d12d186ff041cd0e23bbf04e54ffaec30628d1ff 0.05 MB 147 33
181,990 181,990 000000000000003c6783721bf5c0f0094e1d53aa73e87ba3f13ed5be3e06fc4c 0.11 MB 128 547
181,989 181,989 00000000000006d935e173c5e1bd3cbda5ded6217143ee6a1e11606ba523e62b 0.00 MB 13 105
181,988 181,988 00000000000000a934c4d5cda25ee90c3fd4df0941aa98bfdaeef2797e716177 0.01 MB 34 118
181,987 181,987 0000000000000318a7f69b83804cbb163aa2dafbae8d9b0913ca2bb213b68f2b 0.30 MB 658 160
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.10 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.