Memory Pool Memory Pool Refreshing

8,144 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,922 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (161,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,237 746,237 0000000000000000000722c62b2b9b15bda02c969635eb5ab2efff344337d589 1.49 MB 1,113 13
746,236 746,236 00000000000000000007ab28d5718d209381d3bb7a4ce5527c50b85f20665b2b 0.47 MB 776 13
746,235 746,235 00000000000000000004da5e0eef8b0f1af83b58b34cb3121521035a0d1a7ab9 1.18 MB 2,361 12
746,234 746,234 00000000000000000002b4370b4b519a65304af03d3965cc98dd0cc3f5caba2d 1.57 MB 2,484 10
746,233 746,233 00000000000000000007d9efcd9d56a1b4bf7a24c065b85209f4cb983ce115c7 1.45 MB 3,150 17
746,232 746,232 000000000000000000030278e8f1a3f717d030b312a104b8e7c894cea37ff2d7 0.65 MB 1,374 13
746,231 746,231 0000000000000000000702ea5e3fa774173119fa46580c9a5ac21486e2cceb20 0.26 MB 399 10
746,230 746,230 000000000000000000060f6abd46173577c6ca4a17b016e169b515fbb5e7b362 0.61 MB 1,084 12
746,229 746,229 000000000000000000035910fb564aecb63e9fc1245af171cc6521b5186eae81 0.26 MB 539 12
746,228 746,228 00000000000000000009753d275f7b1768a5e917657c2798bb94fe3769503495 0.22 MB 442 12
746,227 746,227 000000000000000000010ebfa69db3df7a1b1c6b32283786a88a209094b1efff 0.60 MB 754 11
746,226 746,226 000000000000000000027030495e42753afaa828b49cf6090ab601e9251dded5 1.40 MB 984 6
746,225 746,225 00000000000000000004c470d4e07d02397db9c7d2426a85a6cbc8cb30a06eb1 1.21 MB 1,570 10
746,224 746,224 0000000000000000000693c85c0f75aa17197daf2a7990e3a5fc8af38401421a 0.71 MB 920 5
746,223 746,223 000000000000000000000b90219b2426f00eee02cec55f71f313a7818399f4e4 1.20 MB 1,300 16
746,222 746,222 00000000000000000006b40c711015cb2f29240b1675a39a91024e61ec8c0e66 0.08 MB 189 17
746,221 746,221 00000000000000000003e3591f7535fe99e2ef7723cc64336e0f90e87c26f7ec 0.30 MB 439 15
746,220 746,220 00000000000000000005cabe02a7b695da9f190ab3f4c121b92d0cccfab5e281 0.20 MB 438 14
746,219 746,219 000000000000000000036abdf2fc5e12b9c8fb6892772fb718c7f2fdf8cedb2b 0.14 MB 204 12
746,218 746,218 00000000000000000004d5f1595b8aa20e3f78a25391aefa4cb4de45bb947318 0.13 MB 306 12
746,217 746,217 00000000000000000005ec0fc33bda74c938ba0edd41ec73757f5284f4c0aaca 0.89 MB 1,781 13
Previous 10 blocks ↓
Total Size: 769.31 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,642.78 GB sent, 94.50 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.