Memory Pool Memory Pool Refreshing

852 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (117,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,874 790,874 000000000000000000024418b18f1ee5f54c23d2bff134accbb5009e37ec183a 1.63 MB 3,176 53
790,873 790,873 000000000000000000046793f0e160539d7f02f064162929a868482bc651f7d7 1.54 MB 3,678 67
790,872 790,872 000000000000000000017c2464ebd7e8aa7b6d63f12c6acac27bd75dc778ba04 1.72 MB 4,251 40
790,871 790,871 000000000000000000024d678811a1a972f24419448a319809a0f937a80aca74 1.65 MB 3,848 53
790,870 790,870 00000000000000000005301d785abe836ceefbb054248e5802f1266ad2f541d0 1.66 MB 4,132 51
790,869 790,869 00000000000000000002d91bae80c759ff0e48b3d81ddaf2433d350ed711f668 1.66 MB 4,095 60
790,868 790,868 00000000000000000004bb67271dfbb47785e668b924841cdab5b9343e527a2b 1.76 MB 4,410 55
790,867 790,867 00000000000000000001cf841f8f1e8ee78854c05dcf6314966bcf0543faefde 1.73 MB 4,418 65
790,866 790,866 000000000000000000026364ebdba1d2afbeb6d2631c83490439531027e559c4 1.68 MB 4,406 68
790,865 790,865 00000000000000000001535945e06c2d1b992acea8680b81459ad60e59a68e66 1.64 MB 3,622 62
790,864 790,864 000000000000000000044b68fb1d08e379067a39d7b6034f94d675f5a794f0ee 1.65 MB 3,636 39
790,863 790,863 00000000000000000000efefa2133d8eae9e607e2d881b089dd746cb9a945d17 1.60 MB 3,428 62
790,862 790,862 00000000000000000003bec6c4a0958b8b6020570620422ccb9dc6a4443256ea 1.63 MB 3,812 34
790,861 790,861 000000000000000000049d4a62900d4fe012ab6f4396793a5fcf3394c5ef44ba 1.83 MB 4,713 31
790,860 790,860 00000000000000000004410ddc201e3a62af2347530785f7405da006e4734a40 1.78 MB 4,278 36
790,859 790,859 00000000000000000001198c40ca01160ccfbdf525644d7e84e2f18747b389d4 2.18 MB 5,125 19
790,858 790,858 000000000000000000007cba744ad89bfde7060572b092bcae08f4df9b461691 1.79 MB 3,984 34
790,857 790,857 000000000000000000025254b1c3652b1f678409b8b3a0e86cfb6ca21c79dd60 1.92 MB 4,962 26
790,856 790,856 0000000000000000000360b614118d326fbc1ac4ad1deb273ec54409e535728e 2.03 MB 5,453 25
790,855 790,855 00000000000000000003d27924f858ed2dfdf99b198454a4fe4b057c81b2d5c8 1.87 MB 4,817 34
790,854 790,854 00000000000000000005acb73c3352c20e6da40a55e9788cc634eb3cd273a28f 1.79 MB 4,367 22
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.74 GB sent, 94.46 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.