Memory Pool Memory Pool Refreshing

3,722 transactions
1.08 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
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,495 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (747,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,114 160,114 00000000000004f7f2d4595e1f65b805061d1078a54c0318605605a72762c68b 0.00 MB 13 33
160,113 160,113 000000000000093b6a3b9b694b0563ea322396e8b13df0b37c9507bd24d92b11 0.01 MB 32 30
160,112 160,112 0000000000000b0e98f726ff04d8604de4ddb237d5724b5ba5c2c51c211ae33a 0.00 MB 7 58
160,111 160,111 0000000000000cb5189263dc0bec6ffdabf0c1c3992305932215b70ff5fbb93a 0.01 MB 51 17
160,110 160,110 000000000000059d87f75d58331c8ac8c9942cca4a011fdc69263024232f9866 0.02 MB 29 458
160,109 160,109 000000000000091bed2b8caae551d512d12d3d91bbbd7c24c4672c802ed1e1b4 0.11 MB 85 42
160,108 160,108 00000000000005bc03883f48a10f39292d6d35850f43266da71d20960c4217e2 0.03 MB 36 103
160,107 160,107 00000000000001469e8ca69109cd6266fcf8cb2f498b41d32bb4f2331a87e3f2 0.01 MB 11 113
160,106 160,106 000000000000065e777ddea664a400fbc056d6ef7afaebc3a48bbb2db06ddaff 0.00 MB 8 193
160,105 160,105 00000000000005f5c0cc5485ad7747743a2ef6a0e6b2b33b39430d9cdea542a7 0.01 MB 18 55
160,104 160,104 0000000000000607ec8e535e7f5bd0fac099fbc3770564e16606b4b474edd9db 0.10 MB 10 62
160,103 160,103 000000000000081902758e3f40e1412d75fef2a1aa3a62d872e2ddc8408bbe21 0.01 MB 51 7
160,102 160,102 000000000000001ad0d1c01720c54a12ad7d12737e7ec238f1fdc83135eadd32 0.03 MB 48 51
160,101 160,101 0000000000000c812e8fe23eaf03d1342ab3a1a62a4265599b1b137ec31ebf87 0.01 MB 7 137
160,100 160,100 00000000000003649e905c40c47f3b0fe12a1276989359ab46e8cde92af7a534 0.01 MB 8 31
160,099 160,099 00000000000000ba4be83c7e41c9af7c506c7e0568eeffefd8d1a51977d34dad 0.00 MB 8 35
160,098 160,098 0000000000000c0693ed9f62cc2c8f88bf8e3bb3d94960f85bb2e878626a73dd 0.00 MB 5 50
160,097 160,097 000000000000087e2b833e9744f6304e4a01faaf7b8438fbd0ee8269ff328dd1 0.00 MB 8 60
160,096 160,096 00000000000005438395da69e4c87e39a63caa9a473963178077420d7e1174b0 0.01 MB 12 98
160,095 160,095 00000000000008fa20777b3dd94340c4a96132d9ad35a111cfb5592b4b9dcd31 0.00 MB 8 60
160,094 160,094 0000000000000cf2b7d880235933db4a54cdf417bb673b1235c15a7158462fba 0.03 MB 85 25
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.