Memory Pool Memory Pool Refreshing

7,055 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,891 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (793,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,639 114,639 0000000000007e87afaf67e8bf60ff52a9a4ea74a8291b13237b1dd760882a8f 0.00 MB 9 4,065
114,638 114,638 00000000000021acae53ee79be3791a0896f5e9d204e11ad1ba2b77891f77dee 0.00 MB 7 3,878
114,637 114,637 0000000000003b1068e04ea3b6f8aecb52c567b23b666ed544541d78f512b439 0.01 MB 26 2,843
114,636 114,636 000000000000b0a526a9c67a7b72c77cd0c3df296f9d5a2e69c037b29ec550ee 0.10 MB 337 60
114,635 114,635 000000000000747031fa7e9c6b9b6e4e3f3c1ff945897d4267c4e5ebf1cd5b95 0.00 MB 10 2,022
114,634 114,634 000000000000c35ea2547d99c45e9e008f8421cc7bff95ecd781b927679a1c5e 0.00 MB 12 3,968
114,633 114,633 0000000000006224250312eaacb45d479720eae32463f740c135e8e25a640b9e 0.00 MB 12 539
114,632 114,632 000000000000ba7d064bf23b0f9c722644d0523ba6891786531be42ea00ec3f1 0.00 MB 1 0
114,631 114,631 0000000000001cff4d461aa2a363cffbff4e177b6eca935ae00519e2b04cc0d8 0.00 MB 13 2,384
114,630 114,630 0000000000008c75360b132c0848dfbab46c6b09f1794819184e2fcbeb0e0408 0.00 MB 15 936
114,629 114,629 00000000000065c3bf285fe6679809e4a6b85ad11ede04f4280a938dae10d579 0.01 MB 32 2,265
114,628 114,628 000000000000962fb6f1ce46380b454981b7089bbe0deb20d7e7c01001dc85dc 0.00 MB 12 1,146
114,627 114,627 00000000000014b29826d52097ee41c7da1df96406ac1efe3dedb8342702f227 0.00 MB 8 3,441
114,626 114,626 00000000000049195473e26ccb52b259108885804c3ced17b6ca12207467a815 0.00 MB 15 280
114,625 114,625 000000000000967fe6c87c757876a31a759a307ac059d6194efbbf4b33617854 0.00 MB 11 525
114,624 114,624 0000000000000b861810969791431d8ac209b0dfc8fb60fd79d55e1e8796ae33 0.00 MB 13 0
114,623 114,623 000000000000174892842b42c19c8df79f59238e1f90cf5ba89656279f19bbc9 0.00 MB 9 293
114,622 114,622 00000000000009d9f27e448d0fbec3e6cd6bf9a93387c6d278e6ee51b36cc228 0.00 MB 11 347
114,621 114,621 000000000000584fea4f7d202792bd3a95f852682be355078f7578a583abd1d5 0.00 MB 8 310
114,620 114,620 00000000000069ebeca8fc1b71c7ffc6b6f8e2e3f20755ad8f30c73580ff83c3 0.00 MB 1 0
114,619 114,619 0000000000005f17893f44e5a266c05211eb13bd336929af90684ad4c1bf16c2 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.