Memory Pool Memory Pool Refreshing

1,533 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,287 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,286 (888,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,658 19,658 00000000954a6b59f255663c7be1ed5decfac237438f3d26412b698d87e82763 0.00 MB 1 0
19,657 19,657 00000000d8ab4dbfcff34dbf02bac268fcda3cb5f658f59525d824bdc98339b1 0.00 MB 1 0
19,656 19,656 000000003b2755b745eed6e43bf84ac985ddf628fdf4cd0a19f8c351776d1b90 0.00 MB 1 0
19,655 19,655 000000003d734523b9b1dab1602cc198bb34431656faea630685da721fdd9f6e 0.00 MB 1 0
19,654 19,654 000000007324532cba6a6f01d42e679af290028e64363c4034727ab73f4b5ab0 0.00 MB 1 0
19,653 19,653 000000000773a42a9f76019e18a3938a3ae3cf5ffba3416095d844194c488a48 0.00 MB 1 0
19,652 19,652 00000000b856b6fd7ac425718bf05fa6f7d92f9df77998a26362b37006114260 0.00 MB 1 0
19,651 19,651 00000000f867a753fc4fdbe2d1372bd2d58f1ea1f1a08dbd6768bb5998a2571e 0.00 MB 1 0
19,650 19,650 00000000353764de07843a49ec1de4add68991e75e8a6ada671afb06715756f1 0.00 MB 1 0
19,649 19,649 000000000eabf19d2e2abd25549691fcf1748df799b01de8cbb6c2e2c33e1232 0.00 MB 1 0
19,648 19,648 00000000713736c665418bf82620cb53eb7e147aa463b3f9acc33ee51ea17879 0.00 MB 1 0
19,647 19,647 000000009ef2013148a118bcf652cddfd69437687444b0210c94bdadfb183fc8 0.00 MB 1 0
19,646 19,646 00000000511d172044e3af3d9f3d8ed1a11ad4b5cd68858fe2df1e4c6764ebc5 0.00 MB 1 0
19,645 19,645 00000000216897b8ce80cfb2bcdf6efb76b87aa19e15cc5108de9612e1819b23 0.00 MB 1 0
19,644 19,644 000000001687c9905b47ba957ac4c72c207b8e06606011a1a4974981b1a78199 0.00 MB 1 0
19,643 19,643 0000000035d277d2490d45f8e45df8f02d387d539f5a8f97c67e529b416bdf37 0.00 MB 1 0
19,642 19,642 000000002f9e078764316ae0648fe7e9b4661ba2a590ab875af4a5ecffdd440e 0.00 MB 1 0
19,641 19,641 000000003defc60115b4894b2f516c0fc99209f7e8dc78b3bdb26f3a41333035 0.00 MB 1 0
19,640 19,640 0000000061536f608caf56401177ad068715cc7666651afe577e80202b2a82dd 0.00 MB 1 0
19,639 19,639 0000000034b86684de7f90255133567a08ec3762fc9056701258cbed5ba87039 0.00 MB 1 0
19,638 19,638 0000000051b6c8671b55007db3ec30b7a4b6bbdcfeef986c5854d63b42d126d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.20 GB sent, 98.26 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.