Memory Pool Memory Pool Refreshing

23,992 transactions
13.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
902,452 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,517 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,451 (188,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,973 713,973 0000000000000000000328cc9b4431f5d87e423801f03813e484dd898dea540e 1.34 MB 1,851 10
713,972 713,972 00000000000000000004252fa7c17c6adb5b43207d474863fb347149845c28aa 1.52 MB 2,601 12
713,971 713,971 0000000000000000000aae62a3b8d78c18f106e4dc2c784cc91e5c353d451c43 1.55 MB 3,167 6
713,970 713,970 000000000000000000033d78cd12bf93358cb0412cc402709ba08443935c101c 1.53 MB 3,413 16
713,969 713,969 00000000000000000008e6565d297dade09edd23a82a08270696a1631f0bdb01 1.93 MB 1,008 15
713,968 713,968 00000000000000000001fb939e2a09e60244f8e1e408e97356bcc7a5329015eb 1.54 MB 2,526 27
713,967 713,967 0000000000000000000353c2c8416257965b1b114e95daec19053f38f62f1262 1.44 MB 2,914 22
713,966 713,966 0000000000000000000501b978d69da3d476ada6a41aba60a42612806204013a 1.60 MB 2,129 6
713,965 713,965 00000000000000000001ca4713bbb6900e61c6e3d6cbcbec958c0c580711afeb 1.61 MB 2,409 2
713,964 713,964 0000000000000000000a311dbac1b142a5933294cb53c532014df46ceda87f57 1.53 MB 3,073 10
713,963 713,963 00000000000000000005db360eeb858e26b07d951fecb77db61c2197ae0b20e5 1.45 MB 3,390 20
713,962 713,962 000000000000000000067e3653db7c1152a734fc9c77e49e00b73fc76583206d 1.63 MB 882 3
713,961 713,961 0000000000000000000170c1532c1f7b893eaffacf368e6db7b2127525921aad 1.70 MB 2,275 5
713,960 713,960 000000000000000000096e5c2313456667eb368a92415e7510936464f8aee3be 1.53 MB 3,093 11
713,959 713,959 000000000000000000064093fe707bb5f895731451491aea6f19b1e8cfbe59ad 1.57 MB 3,083 9
713,958 713,958 0000000000000000000609464beb8ecc140ed47a33917440862b8b51c9741374 1.52 MB 3,005 19
713,957 713,957 0000000000000000000004e76f5663ccde2e645dd89a0434b955fd500f99c5ec 0.43 MB 905 14
713,956 713,956 00000000000000000004e0ca9fade02d6a41e9ccf6bad56e21f3edf961430ce2 0.30 MB 686 14
713,955 713,955 0000000000000000000ab299e3cf7ec35be61f400153766f745780102ac3c464 1.35 MB 2,574 9
713,954 713,954 00000000000000000003d4ae20a8747c89c9b2f9cb706d2ab86f3ba4d160e75b 0.17 MB 309 8
713,953 713,953 0000000000000000000aaa7ff3a81a5f80fd63399dbcdbbee163461bcbe9452c 0.38 MB 567 7
Previous 10 blocks ↓
Total Size: 759.93 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: 878.06 GB sent, 45.91 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.