Memory Pool Memory Pool Refreshing

2,176 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,185 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (789,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,016 118,016 0000000000007d1d9dd40c6e705709c349793a2f1be8e536f59a2f39be879d36 0.01 MB 15 947
118,015 118,015 0000000000001a51fd4f64f8c84df1c3c8107c852cafd7f8a97d63b44a09336d 0.00 MB 11 654
118,014 118,014 0000000000006f2e2295f19dd74d6cf2351e7d7c7c850892a23fc74f9d404b06 0.00 MB 4 1,022
118,013 118,013 000000000000a23f5156643edd0f3ab681afc4b58d3d69d158a8f78e4388dc1c 0.00 MB 11 647
118,012 118,012 000000000000a4cd0bc7862a20b6624c84d77265da5ff54f1ebaecfda4db5bbc 0.01 MB 16 658
118,011 118,011 00000000000041effcf84f9176ef4fdb6702ee52e86379be6d34f245ec14675d 0.00 MB 11 321
118,010 118,010 000000000000989809f8e4911f71fa8a6f9d076a9e7d9535a04e4730da056fc1 0.01 MB 16 176
118,009 118,009 0000000000004d1910e10a2ba4f6b35277094ccbd554e950dc1e6dde7bcefce8 0.00 MB 10 465
118,008 118,008 0000000000000e417bc37a08b9284dc2d912750718a88d11c2450d35c7b414e3 0.00 MB 1 0
118,007 118,007 000000000000c1f0bdd9a9df3b5167611634a7cb5213e9b6c20aa00ea61b205c 0.04 MB 24 852
118,006 118,006 0000000000002d6ce11d4e5307573dd658f41ec2f1e503aed104c8f22288404a 0.00 MB 9 0
118,005 118,005 0000000000002bd2313a02dc17e252c1c7794798f7e8ee354d1432de656e1e00 0.00 MB 13 997
118,004 118,004 0000000000005362e9efca9da872a539e63ce99a38cba06aa803fc91346248bb 0.00 MB 9 310
118,003 118,003 0000000000001de4553cf49a63fec87d64f033ada2b9e7951a8c8391bef561d3 0.00 MB 11 1,114
118,002 118,002 000000000000a4463a064f3d0e44f108590aa89443e2c405affdecead58caabe 0.00 MB 14 1,443
118,001 118,001 0000000000006013206f2e7e1d5694b0b4272b89229ca3f9dc2fa4ee6d19c4c4 0.01 MB 13 173
118,000 118,000 000000000000774a7f8a7a12dc906ddb9e17e75d684f15e00f8767f9e8f36553 0.02 MB 24 277
117,999 117,999 000000000000a2a074e81e1ce3984f49d16193edcafae41b16f15fc531cdb5d6 0.00 MB 10 0
117,998 117,998 000000000000ac42a4d99963e0543acd1a72c5a34fa3ae70ebb187b4eae22e31 0.02 MB 19 149
117,997 117,997 0000000000005753a04c8a09cb962fee1c1a0eff0ba94f00de81cb1123113e7c 0.00 MB 1 0
117,996 117,996 0000000000001438d45c7f0c7f1f7a3e76085f82a5ac1b768c3be7c6be70a28e 0.02 MB 28 890
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.