Memory Pool Memory Pool Refreshing

7,974 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (901,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,806 6,806 000000001b948bd130c624bf47e179b6e171b2f83f0852023b2eaa515ab1b288 0.00 MB 1 0
6,805 6,805 000000006731670d0f391601c38e6736111f23ea6b746920959d828bee6913ab 0.00 MB 1 0
6,804 6,804 000000006e83f46d791e7495dc91062612a8a6a45a5b5453905b4e9326ad4f07 0.00 MB 1 0
6,803 6,803 0000000024e6fc9d04106a21dc9171f2c1a214d62c71747e155d652577758a6e 0.00 MB 1 0
6,802 6,802 000000002a43f5df49322805bd01cde675cdc39a13bfcb1b0186f1877756b6d5 0.00 MB 1 0
6,801 6,801 0000000009e116a06e5a8ee2f64f3777ff2d82cfaf10a97a6a27fb947a835353 0.00 MB 1 0
6,800 6,800 000000009dbf018a558bb165176597ef69cc4c4be997f94e2c3e160059b93667 0.00 MB 1 0
6,799 6,799 000000005cf1b64cac6f75161b89c7347baaa181b5b4f29ee62594981d9b5791 0.00 MB 1 0
6,798 6,798 00000000fca73a317b1903e03b50176a96706a2a87d7873c75b9ebcf574df28c 0.00 MB 1 0
6,797 6,797 000000008d0c0a890bbdc4cc9fa5810e5245f8d413805e799d4a323096c1e5c8 0.00 MB 1 0
6,796 6,796 00000000fdfa6c237d959076bb37ff2826d176641395fee32b917c66bae09375 0.00 MB 1 0
6,795 6,795 0000000029aa1d7049524001c25b11e188f1a4b873790b2cee7b87cce3f49b96 0.00 MB 1 0
6,794 6,794 000000003c2d4f7119bf1188afd841479cd9b512f8c9ffcd8bb78be0f893c726 0.00 MB 1 0
6,793 6,793 00000000a8724b8bb407df756f81b9fdafa99110179f37d845e7358a7628b02c 0.00 MB 1 0
6,792 6,792 00000000904dc5e49999f9da6536e941a754111261a9b1ac06284be8e48eb7d3 0.00 MB 1 0
6,791 6,791 000000005228ece0026fd6d775ca17dbd74fcd7dfe061b0b4072cfe2c58c577b 0.00 MB 1 0
6,790 6,790 00000000832ac9edd5405a1fd4e417d879d17d8f344813f48f49ed725f9a5690 0.00 MB 1 0
6,789 6,789 0000000036adcbd6314843e3dbba6982acae6d3e44f020ece3130405c84e89f1 0.00 MB 1 0
6,788 6,788 00000000095b6db047791627424c582acfd3f344767b80d6138fecc4f6d844b1 0.00 MB 1 0
6,787 6,787 000000002211ae09d76131041ec98b6834e5ccac370b3ee1b773a571880fd62a 0.00 MB 1 0
6,786 6,786 00000000df61052e8f43f94592ab2488a5221306f5c7db778694ebba62e1d23a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.51 GB sent, 100.86 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.