Memory Pool Memory Pool Refreshing

6,087 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,875 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (110,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,531 797,531 00000000000000000000f184178e7819862e17d98db17f73851953c21111ae7f 1.84 MB 4,680 6
797,530 797,530 0000000000000000000427b8f549b3d8be018ce3d8442aa7dd198c137d7481cc 2.02 MB 5,867 9
797,529 797,529 00000000000000000001af71d3ff9fc22820a94c306ba383c3c7eb71129588b3 1.56 MB 2,399 6
797,528 797,528 000000000000000000053a1863ef3b0fc33e170ca48ef7094b305f4a454783a0 1.62 MB 1,796 9
797,527 797,527 000000000000000000037eb30de53a7c4a72b6a0d9024ba6cda043571b753b35 1.49 MB 2,555 19
797,526 797,526 00000000000000000003ee67ac1560b0be2cbbfe03e264b4499427502b2c5dc5 1.43 MB 1,584 13
797,525 797,525 0000000000000000000274616ab5a7a0c6368bd1b62b4feebf9156bec985a641 1.51 MB 2,376 18
797,524 797,524 000000000000000000010c1c1b9070edf0de89e41e63b65a949c09cbacf264f8 1.30 MB 1,908 21
797,523 797,523 000000000000000000038ce2487b8d8a4f14d194882aec2c0e3b9daa243e10ee 1.79 MB 3,681 11
797,522 797,522 0000000000000000000058ff12298b0fb46fc83c9164fd82937b41c8fc3398cb 1.80 MB 4,112 8
797,521 797,521 00000000000000000000a841c5944debe1727c04e7622098ba3fe14b160e1396 2.10 MB 6,575 6
797,520 797,520 00000000000000000003b97d98d2f9440e5f792f545e99165da4a11fe5d5270d 1.55 MB 2,549 12
797,519 797,519 00000000000000000002b0cc451c6d55e4fbaf6e0c389b14d70dbd708d268976 1.28 MB 1,375 9
797,518 797,518 00000000000000000002dbdf6e7e88933efed6596668b47b39d92b6cc58f470b 2.16 MB 7,112 4
797,517 797,517 0000000000000000000571b8786740a1e3bce99c76ea435728082f10d209ed1e 1.80 MB 3,893 10
797,516 797,516 000000000000000000009d53bc5c7b2ab1c0ac268ddf0e2fcee210a321acc9c0 2.02 MB 5,698 6
797,515 797,515 000000000000000000041275d4a1d8f431bc7658751e40f8d80710ef07ac4b47 1.70 MB 3,554 7
797,514 797,514 00000000000000000001f6f51d2baed34402aeb9dae6c3ad9851389d90c94af9 1.82 MB 4,873 7
797,513 797,513 000000000000000000014620e1931929738a1089de30392d51e2965990fe9820 1.76 MB 4,452 6
797,512 797,512 0000000000000000000199bdb1be9326edc9a4f9e21eb5a9b0474a6a6bd1bbe7 1.30 MB 465 4
797,511 797,511 0000000000000000000243f5dd09a8db2931dbb2cf3603647e15696e3b35c6bd 1.49 MB 1,773 12
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.