Memory Pool Memory Pool Refreshing

14,139 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (439,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,660 468,660 000000000000000000ef8ac14b4d7785f0a0ad21b675fd50bcff908138becd1c 1.00 MB 1,844 366
468,659 468,659 000000000000000000dda26d7c45c91834e6390b209484f3bd8ae57eba59b943 0.99 MB 1,485 539
468,658 468,658 000000000000000001c202f43ff2809979e49760f88e48333e81997e93cfd88f 1.00 MB 2,324 270
468,657 468,657 0000000000000000016e2f9e16bfe62b09e2fefefca6c54136bdcfe658bef333 1.00 MB 1,730 251
468,656 468,656 00000000000000000147caf111cfd571ba2a4a76e61b8080b286c098bb9ffed5 1.00 MB 1,126 242
468,655 468,655 0000000000000000018f1b751e013f0ed17ce39c8008d8958db9f1e1a4249600 1.00 MB 2,192 237
468,654 468,654 000000000000000000a25054ee7b6eaa1fae3ac06af290f838eea629ca5f031e 1.00 MB 1,802 348
468,653 468,653 00000000000000000187289ce781627fffc1c5e4cd47b4505ea18071191a1b2b 1.00 MB 1,411 305
468,652 468,652 000000000000000001d3d418c6733f947ac53e0502195423b4ca250d61f030b6 1.00 MB 2,148 299
468,651 468,651 000000000000000000a71f6135830e23ac16829257103cfb24d81396871be3ca 1.00 MB 3,218 287
468,650 468,650 000000000000000000c3e50be03f44c451578d62ded20f7667653d454dd55b07 0.99 MB 2,371 309
468,649 468,649 000000000000000000b68c0a831e39e8b50186cac9eba1250a197dc85c5ca622 1.00 MB 2,166 357
468,648 468,648 000000000000000000f06a218f7e4f3cee46c3f8c1ecf9df3e860dfe69065332 1.00 MB 2,008 511
468,647 468,647 0000000000000000018d716b4e8075d04bbf2555d5a3f0c7239539e1672c32f7 1.00 MB 2,368 296
468,646 468,646 000000000000000001a54de4b7dd9e147750f7927949ce75a57b6a498165358c 0.99 MB 2,030 322
468,645 468,645 000000000000000001c4fb54d05b96489c5fa7cee400e87d79a39c6440b17552 1.00 MB 2,008 456
468,644 468,644 00000000000000000015ac0dc0f84788ac19d56ac31999731665788d4f08eafb 1.00 MB 2,334 762
468,643 468,643 0000000000000000014b4d4a1aa769a80cbe85966c2d94025d16c274bd801473 1.00 MB 1,445 200
468,642 468,642 000000000000000000f13a7eb8b04601c8d95442cfff1dfdfa80daa60e0479cb 1.00 MB 2,178 415
468,641 468,641 00000000000000000105ad0df34477683b4eb3c3607f9fd1a8f4b4a14c4eeb63 1.00 MB 1,542 216
468,640 468,640 0000000000000000006eef4905dabad153c2f67ffd7ab061ef5558bb0f23b8e9 1.00 MB 1,535 129
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.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.