Memory Pool Memory Pool Refreshing

2,404 transactions (0.93 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,823 (848,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,014 60,014 000000000714aac5e7cf3d0d7def90023ea358bb4f96acbfa54ad5e876f2dcfa 0.00 MB 1 0
60,013 60,013 000000000f071612350814526467c5bc004502dc12a463cc3cbb7cdac9db83a0 0.00 MB 1 0
60,012 60,012 00000000088bbe9a74f59537d41d08ac13bb897f0e78f950dc216f07ce270764 0.00 MB 1 0
60,011 60,011 0000000003e9de44612f3c1d03eed60937186dd349af5d7e95a1f69b518e8385 0.00 MB 1 0
60,010 60,010 00000000064d78a2893f17145ba2a70a31dbecf3abfd0613596de2ae7e8a682e 0.00 MB 1 0
60,009 60,009 0000000008531d2e2548c6a086b5c3c6c26a78e7945d34d9fd9bcb0edf7e5352 0.00 MB 1 0
60,008 60,008 0000000005afbe97c860325c38df9e16232323ed964194ee4f68bacdce945e97 0.00 MB 1 0
60,007 60,007 000000000c6ddf2f845c57d4ef8f41cbf85534834386ed67ab318407c0cc7938 0.00 MB 1 0
60,006 60,006 000000000598e1fa7f53992d5c915d922d4b4ed6ca55fceadb15801c8ad10251 0.00 MB 1 0
60,005 60,005 00000000061ff69f40d7633b9c8c40989d921df3400a0921f720dd42a0d42cb9 0.00 MB 1 0
60,004 60,004 000000000a9f12194d90586e33b8363f73cc4ee5032a7695ebc1ae6836d962a1 0.00 MB 1 0
60,003 60,003 000000000ec67b351aaaa65afe390142ce0e8a12ff599d1b61155d3f9f361183 0.00 MB 1 0
60,002 60,002 00000000036ce730aa1c0f3be4efe6f3701c5ee5ed29f4aa8edd4bf485f6c3d8 0.00 MB 2 0
60,001 60,001 000000000ea6be82e57bd76b1dfaccd5de0ef63d9a0980310a5148bc4bdb6753 0.00 MB 1 0
60,000 60,000 000000000b554c46f8eb7264d7d5e334382c6fc3098dabf734de37962ccd7495 0.00 MB 1 0
59,999 59,999 0000000002822d3a6a4dad33bee68b3f8867a1e214a20375d7932b47cdc29dfe 0.00 MB 1 0
59,998 59,998 0000000008b07c60cc3089e64d76ac6e762ccef6f54bf86376f697201812aea7 0.00 MB 1 0
59,997 59,997 00000000097cb71ca5b08117490976076c26ea95308f19846efd2a2944bf199e 0.00 MB 1 0
59,996 59,996 00000000017fa58a60e31d82f906e43a55b54f2ae775138a7e93a112c5e21044 0.00 MB 1 0
59,995 59,995 0000000006858781910607dfcedb9e1c0aeaeafb311e31f39ee1bd1e8745c531 0.00 MB 1 0
59,994 59,994 000000000c9638008dc55469a04bb748468fbffa41f0d93ce7049426c17d7eb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.23 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,857.81 GB sent, 103.21 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.