Memory Pool Memory Pool Refreshing

3,320 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,640 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 3,314 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,639 (818,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,863 89,863 000000000003382b56aa459ed1dac49b4818d04b7ec49808ab31dcff02f0f2e9 0.00 MB 3 0
89,862 89,862 0000000000030f746c03d54357bdc0f1566701d3448af267d4856ec6e8d63148 0.00 MB 1 0
89,861 89,861 00000000000c4b93fdaf5191747cc8c20728cf97cb0616760b496f03c00d3935 0.00 MB 1 0
89,860 89,860 000000000007efb6945a6c97bfee4be8f28704c4c043df91867036a03b098404 0.00 MB 1 0
89,859 89,859 00000000001243b99309620217b3ff6ccd1ee640db9b7235e61826b7f34bd0c8 0.00 MB 1 0
89,858 89,858 00000000000d67daaf0e1e913fe7a520076127326986294c76fffe0e06fff4eb 0.00 MB 2 0
89,857 89,857 00000000000362fdaeea76dc5bcbecab0e31f1f33a513e366b6b2c1e6008239d 0.00 MB 2 0
89,856 89,856 000000000014903e88c4cba8d183f4acbb512ae7e9dad42d370b178f7e5391d2 0.00 MB 13 0
89,855 89,855 00000000000fd79e96a06470401ef5cd062ba97163c48fe79d8f8e8d45e9cb7e 0.00 MB 4 0
89,854 89,854 0000000000015c6e9f99df3ff8b657e9d584c302ff1c28b92c22d3b7ea9a632b 0.00 MB 1 0
89,853 89,853 00000000000943274868400a81a31f73813a78b8bbff4c512ca09191fc680b82 0.00 MB 1 0
89,852 89,852 000000000001cea2e5941d158a29115fdb18eb282befb782ed8693b8fb06ed53 0.00 MB 3 0
89,851 89,851 00000000001194548499c655030a671c2778ba7a0abf939012196deb1d3faaa9 0.00 MB 4 0
89,850 89,850 0000000000074fa715590192ed63b41750c69c0a3a1e48d4fccb8e930873085f 0.00 MB 2 0
89,849 89,849 000000000001c064ca393b6cf1a639c60542b4279dede4c9b6e2ffe66e1e50a1 0.00 MB 5 0
89,848 89,848 0000000000136b32f7c8cc01f3b7f3ff5e9250d4c0bbe03296158f439fc03a4d 0.00 MB 2 0
89,847 89,847 0000000000143bab3175a6f6a5315bed3a98117753e378b6059fbb3298a0123d 0.00 MB 1 0
89,846 89,846 0000000000085a43476086d9259fddda385f5ba9b00a4b5ffe2f4998357c7a8a 0.00 MB 1 0
89,845 89,845 000000000011a9834ef5410b86984bdf07378a285ee752bca9d4466859fc8443 0.00 MB 2 0
89,844 89,844 000000000012dd28406cc45d61e09c352c32446273fef1da26cf333734b47016 0.00 MB 5 0
89,843 89,843 000000000001a2bbdb6b9c3361108203cf462a91c34adb9c5c06febc67f78b89 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,850.94 GB sent, 101.34 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.