Memory Pool Memory Pool Refreshing

5,484 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (12,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,979 894,979 00000000000000000001ee4398f89023724647ba9c198d39721e15cba838c6c6 2.14 MB 1,654 2
894,978 894,978 00000000000000000000cf3313343e0e70808ab64113d3c9f0cc519069bfa5d6 2.85 MB 1,257 1
894,977 894,977 000000000000000000005e084ddb7fe684615fd5756829105e1da0d8786be46b 3.17 MB 762 1
894,976 894,976 0000000000000000000129a564040380d231fce09b98e384fcb40b406019f776 1.64 MB 3,226 3
894,975 894,975 00000000000000000000ec4bbbce8a81d489af07c2041aa9ffb3444caa77b160 1.71 MB 2,744 2
894,974 894,974 00000000000000000001632b78d461228e73c6b4ccaa35821b81c250ff5ce295 1.61 MB 3,763 2
894,973 894,973 0000000000000000000183277fd7befa5daf23a882ca24a1bbf7aecf37b57418 1.94 MB 2,632 2
894,972 894,972 000000000000000000012290ae3c91786e672a915a7722d8f906b2b678d0ac56 1.32 MB 1,592 2
894,971 894,971 00000000000000000000f9636b10944daf4933ba53b44303be6058405273831d 1.59 MB 3,603 4
894,970 894,970 000000000000000000001f6ba4ed8bf40635bd2ecac0a24718f7d2efbc3e4a09 1.49 MB 2,783 2
894,969 894,969 00000000000000000001ff24a9b3c8ad2fc8ef57de9d5f481ed41d4606afd2fb 2.06 MB 1,118 1
894,968 894,968 0000000000000000000140116d0897d768cf81f3501400eb4b9799368b50a885 1.75 MB 3,359 1
894,967 894,967 0000000000000000000002065ca933c10acaa8810ed2c4a2f5171cc4ca2fd66b 1.36 MB 2,079 3
894,966 894,966 00000000000000000000c4c27f28d405b634c4cabf438a43143c66e6cd4a0404 1.58 MB 2,344 2
894,965 894,965 000000000000000000015fbee88281399850aa9d61984eb44da6f2008a6b21da 1.24 MB 931 2
894,964 894,964 00000000000000000001b1d8403749f03a130dd70aa64c9081473883b4d30dbc 1.66 MB 3,122 3
894,963 894,963 0000000000000000000092020f813810e5246134b0980c731dbbf236d4a6d8f5 1.60 MB 3,108 5
894,962 894,962 0000000000000000000059c5c1744eb776aca007e3b39c7e5cbad7cb7da34209 1.66 MB 2,377 2
894,961 894,961 00000000000000000000ce0b071dbfacb8272cc00c9794a3c4c8214d5a1bd064 1.58 MB 677 1
894,960 894,960 000000000000000000014dd393a52dddda64a2e1e598ae621833266ece1b33b5 1.23 MB 888 1
894,959 894,959 0000000000000000000216563655e96569061bd79a4ca51a0cf0466e44b0262e 1.80 MB 2,393 2
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.52 GB sent, 92.74 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.