Memory Pool Memory Pool Refreshing

9,326 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,655 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (30,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,585 877,585 00000000000000000000b3576543d83bf253cc28c97d86972861127a84c7be32 1.62 MB 3,666 3
877,584 877,584 000000000000000000020abf738900568cc7f2f188b70f86d78d4677e1c9b35a 2.59 MB 1,788 2
877,583 877,583 0000000000000000000124ab1e07a91a90ce37889fabcf12bcd844a2c0c03720 1.36 MB 1,871 2
877,582 877,582 00000000000000000001ff3cac4007229a6215fc8840d69889bc3856dbee579e 1.86 MB 3,322 3
877,581 877,581 00000000000000000001ec0bf5f6d76f7fbe1cf810b7d2b28876bc00e20b0ca5 1.45 MB 1,822 5
877,580 877,580 0000000000000000000238bf1387643b3aeb46590f72118770d79e42e9b3aa3b 1.49 MB 2,445 2
877,579 877,579 00000000000000000000822abaca5f0b9aa5ba7932989328bf0791c1b5f2add6 1.79 MB 3,052 3
877,578 877,578 0000000000000000000073e33a6ec513eedfd43b049f0ab8a99b0839767af311 1.49 MB 2,908 5
877,577 877,577 000000000000000000026ddba3402268f0b3031c3824fc0fcd7a1de1b4727bae 1.67 MB 3,253 3
877,576 877,576 000000000000000000002f1311f106f63a64d1a93153c82cd2c3b0c6ed454d70 1.85 MB 2,609 3
877,575 877,575 000000000000000000014ac30a97278fbed82c35cb4bdadd3addc2d93be2875d 1.39 MB 1,820 4
877,574 877,574 00000000000000000000214d79491c1996a1344d9b790194bbb6560a5e348c63 1.24 MB 1,609 6
877,573 877,573 000000000000000000017db408aa84a213a037d2da474f93e24398bf89a23a0c 1.81 MB 2,405 3
877,572 877,572 0000000000000000000240ca6fd40b0210beba8249f552d30fc78aca8165c5dc 1.74 MB 3,344 4
877,571 877,571 0000000000000000000124e698b6cd5680701a5e92f10b3099299d1dd5234271 1.70 MB 3,898 4
877,570 877,570 00000000000000000000f571b0df51822b6f97d71a153726c52d8a73307267b2 1.70 MB 3,826 4
877,569 877,569 00000000000000000000d7180752741cebac81b694fab013a6f5c5c458241547 1.54 MB 3,025 5
877,568 877,568 0000000000000000000002f03d4e0c1fddd88ff9b6c5998127b465d9406e5db1 1.93 MB 4,333 3
877,567 877,567 0000000000000000000036602d81009798ec274329339b4f5b89dc18ed3d4762 1.63 MB 4,205 5
877,566 877,566 0000000000000000000203c31188fb380664d4b32619cd0f21752e7cb128c230 1.75 MB 3,144 5
877,565 877,565 00000000000000000001db354ce49ee40c34e334ededbb0bcc239367325daebf 2.25 MB 1,735 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.