Memory Pool Memory Pool Refreshing

6,403 transactions
3.53 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
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 ago 1.00 vMB 4,101 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (724,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,016 183,016 000000000000046da55e1c96d95ff4503191152a685545fcee37fa082613e809 0.00 MB 11 15
183,015 183,015 000000000000085c308672484b07c2ddafd71753331f12593065a6a698a558bd 0.08 MB 84 53
183,014 183,014 000000000000041011943053cee47638b7a01a7b7d9d1f68a725de3a7479bb32 0.21 MB 478 231
183,013 183,013 000000000000014362a7100374ec48f385976775b22a8bbd93a6952224ccf86e 0.23 MB 344 132
183,012 183,012 00000000000008d7d45b99d9c2ccbf3be69800a190cc1b05a777d73d1cedb3a2 0.02 MB 50 17
183,011 183,011 0000000000000283f4e3653459f76acf99242eda801aaa5a6ff0ed4ecd54e547 0.28 MB 437 98
183,010 183,010 000000000000037b17db458959463cd3e21952833f74d696f9bbfcf6383e2769 0.06 MB 93 74
183,009 183,009 00000000000004457fbe0a0a0016bb468305064658376faab8b1ad6022125f33 0.01 MB 22 0
183,008 183,008 00000000000007687f1790f5c043dc50acf11eed0b1c224c5e295d5357053c90 0.24 MB 464 133
183,007 183,007 00000000000008a8d682a0748049a20135e24169e9857e5fa1a73adc2c074867 0.25 MB 506 133
183,006 183,006 0000000000000a32201c088f82936f93a48c2304211cb395ea736d107a0fcc9d 0.06 MB 187 993
183,005 183,005 00000000000003c2fc56f313b9a402ab34a8bedefc36471a0114534f70854237 0.21 MB 464 109
183,004 183,004 00000000000004e015fb8f05cba8f9a25d9fa958818b160132038ad717b68b8a 0.17 MB 512 171
183,003 183,003 00000000000008b5155e456c27eb2f51b01232090b35b189f973d37d91a45d90 0.42 MB 1,283 148
183,002 183,002 000000000000088d29b62adce8a47172af35bbac213092cd4d8c5c6eb8eb2309 0.25 MB 671 184
183,001 183,001 0000000000000844473d11e706c94e4dab9190601d2bc9a6ec9fb41118217abe 0.00 MB 1 0
183,000 183,000 00000000000007be8b15bd307b7bc04aa22369e4079c12914a415f6c96ab2844 0.00 MB 7 298
182,999 182,999 00000000000008cb591d75897db76f902de52e3ab40c1f73dc919c4b20c2dce4 0.05 MB 142 116
182,998 182,998 000000000000016c1640a762b6ce063c0e4c4daa83842010389343644226a962 0.02 MB 62 49
182,997 182,997 000000000000095b275d763d829c1a013a2006b5827cf1f0adf9bfbd6bfb4fd7 0.25 MB 781 182
182,996 182,996 000000000000006e094073333f0242eea1da3f5045255ca8cc52f94e63e9c698 0.25 MB 473 116
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.42 GB sent, 93.80 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.