Memory Pool Memory Pool Refreshing

6,160 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (854,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,530 54,530 000000000b9145d4113f8c3077bcfe092969540b4aa3434d33f8b68d1ed70872 0.00 MB 1 0
54,529 54,529 0000000011cdf05e33ea2fce3381878a826636b07f0a8e1f63a129612a567e0e 0.00 MB 1 0
54,528 54,528 00000000034ec24cdfc2fa111a0becaa661ae14794c80b43c774d40e2917920e 0.00 MB 2 0
54,527 54,527 000000000fe8b55d5af73b9c01db64ddd0cf319418ab97ec6e45c472e5080d3d 0.00 MB 1 0
54,526 54,526 000000000c34a4be7ceadf881750a2753e42fa4db3488b537792f4a8fc829ce6 0.00 MB 1 0
54,525 54,525 0000000010ac4da158d81d72359bc2d67bfee61f2679d30606179f6183d8be11 0.00 MB 1 0
54,524 54,524 000000000abf0137e678a38e8f1ee801cb8fc08358f61805354c2801e1114665 0.00 MB 1 0
54,523 54,523 0000000012d890843e39da141b685d4a66a3fc3e8396011afd2277599e77555e 0.00 MB 1 0
54,522 54,522 000000000fc868efb4f762972052a90cce2d55026c43a76a564dff1b62175d52 0.00 MB 1 0
54,521 54,521 00000000075a02a9230d020a7f529d10baa315d76c50a78f1dd4fa89c2b9ced0 0.00 MB 3 0
54,520 54,520 000000000dc8a92068f50948ee12b15683877d345fd3273aa8382e8c77a0963e 0.00 MB 3 0
54,519 54,519 0000000008c43d5e86ae87a87561918f48ef03171d22efe41a0e01b5a61cdbbb 0.00 MB 1 0
54,518 54,518 00000000031313c06a06bd43b8401df713c71de3207b1b2b62dfd3bd371bc14d 0.00 MB 1 0
54,517 54,517 000000001054e60a62aec077430ea9074d959a67f12ea0e738223158ee26193a 0.00 MB 2 0
54,516 54,516 000000000ca976c4d2d3915a2bfdaaccf26d4ddcfb8ee8b34ea8c274a0eb05bf 0.00 MB 1 0
54,515 54,515 0000000000390d52c356f44074716266cd919ff5c5f01a1ea924b6189bdd8dfb 0.00 MB 1 0
54,514 54,514 0000000006e30203aa249ce893c8c4c0379990415db3a421e32ba4809c152028 0.00 MB 1 0
54,513 54,513 000000000398abf5c28c3a9e769b39474d5dd3ed3198c152cdb81f06ad03b42d 0.00 MB 1 0
54,512 54,512 000000000ba90821124d526d02bb39bfebf877e1411452c03840cfdb9c2194ba 0.00 MB 1 0
54,511 54,511 0000000006200277f06893cad5a12e13dab5ab8db2428b0a85508987aed0b7ab 0.00 MB 1 0
54,510 54,510 000000000d387b1f1967deb239ca6074a44e37e10acd675c81ce9c84d90ef4eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,854.29 GB sent, 101.94 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.