Memory Pool Memory Pool Refreshing

3,950 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,259 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (305,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,537 602,537 00000000000000000006f55d9b365fa51f6e6c7512cc48844331baadf894bf67 1.35 MB 2,936 33
602,536 602,536 000000000000000000121eb68657ec6c6fc0684fad6e5a7592344dbe94de7176 1.30 MB 1,894 24
602,535 602,535 0000000000000000000f4186f6530d7f46fb9102d74d5d8ea7095303660e595c 1.17 MB 2,640 40
602,534 602,534 0000000000000000000aeb0c08571eb26af995f01bca416e0bddebbcb41384ac 1.17 MB 2,575 24
602,533 602,533 0000000000000000000ef50972c0b003489bae03b79ac604d05bb15ad82cfa7f 1.27 MB 3,264 51
602,532 602,532 00000000000000000003b8c35924503c78a392115528fbd82d1d496c0a5bc930 1.19 MB 2,266 35
602,531 602,531 0000000000000000000cecee7a1a3aa75599b9ea99efbff54a6f3e1703a6d184 1.32 MB 2,910 45
602,530 602,530 0000000000000000000381ba3da1be529b54c00b2b68f341ecffc3c5824b6646 1.63 MB 902 19
602,529 602,529 0000000000000000001449b7f0a2b9bca7a0dfdbee8551c226f4bb23351be29b 1.11 MB 1,795 27
602,528 602,528 0000000000000000000dd1618c5fc32534ba58f4975ac8c3fdaf3268a34378da 1.14 MB 2,589 23
602,527 602,527 000000000000000000115abc1bf3bf3603b44f93a8158aef52dc0e7db4eb6fa5 1.28 MB 3,238 25
602,526 602,526 00000000000000000012f5bcdddc5737ed5ac4f13fd1851229e78eaa4e675b12 1.04 MB 1,548 8
602,525 602,525 0000000000000000000f7520d71c4f742f0c438565c253bda6ab5ac87f0c16eb 1.27 MB 3,029 42
602,524 602,524 0000000000000000000c0e600d0acb6bbdea738f9f5d6d49fc82318da427f11b 1.08 MB 1,721 14
602,523 602,523 0000000000000000000b4e2ee6d98b2372cfdffa277601082800f00a9bbccd66 1.20 MB 1,548 11
602,522 602,522 00000000000000000009de781f4ace874f71f76c025280bdedd6032250e2c674 1.33 MB 3,384 21
602,521 602,521 000000000000000000014c8e36738ce6e78cc5da40f950951cb678de276377af 1.24 MB 2,870 12
602,520 602,520 00000000000000000011ffbc50465ab71df2495ebd5b8aef44e954d7f845d058 1.32 MB 2,895 36
602,519 602,519 0000000000000000000c932dc2fc64758156d51ddbfc3e584efb5d96bd737a1c 1.06 MB 731 5
602,518 602,518 0000000000000000000151c8492d4acf4a4f4f2b9bed9383262e57120fd1d158 1.38 MB 2,510 10
602,517 602,517 0000000000000000000fad29b5d3363bc0e36a515dcb0be641b94d24d6cbe24e 1.43 MB 2,418 14
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.