Memory Pool Memory Pool Refreshing

7,302 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (449,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
458,050 458,050 0000000000000000009fa1e1016042e25f6cce82ab0deba09601bf91924d2b86 0.14 MB 354 256
458,049 458,049 00000000000000000154a94b38b4edbf2ec82e0abba6c069ce841fa1e89096ff 0.84 MB 1,385 124
458,048 458,048 0000000000000000017646c8afea006594afc3f5cc0d8ef87c4515135b5e57cf 1.00 MB 2,642 214
458,047 458,047 0000000000000000008df5708423a3949da5442446cb14d292a35e3d78954d11 1.00 MB 1,137 67
458,046 458,046 000000000000000000f9667a018bcc644dba365aa42c67d2e09fc9b582579e60 0.93 MB 1,807 145
458,045 458,045 000000000000000001d2886af1fcfc49213ff3ac844b30027c5cc6dd63a9cebc 1.00 MB 2,048 146
458,044 458,044 000000000000000000ba507cf5099f29c5aeae212fef4a031e931c95adf19a7b 0.41 MB 930 201
458,043 458,043 0000000000000000021ebb81f0422ed4a1090b15a5ac0dafd0ec141815c243b0 0.62 MB 688 66
458,042 458,042 00000000000000000113c6c3febb7887175e597ef30f1ad7481721292ca89c76 1.00 MB 1,320 100
458,041 458,041 0000000000000000024c9c8d3ecf332c34c272a14ded6047b39884343f35e7c2 0.00 MB 1 0
458,040 458,040 000000000000000001b42cb4693b3b454b0667d0bd43500318fb82b2bf6cc05d 0.92 MB 1,777 165
458,039 458,039 00000000000000000025d0233a763e50e98d575033b5ca1abafb06e42e60c6f4 1.00 MB 1,432 117
458,038 458,038 0000000000000000024986e75a820316cd3947ffbecd967e41db0cc1b7498f69 1.00 MB 1,824 143
458,037 458,037 0000000000000000010a956d68078065542c678ad8a7389757cde9c6d46d2fb9 1.00 MB 2,192 138
458,036 458,036 000000000000000000399f44d55ddf6cb6a427590bb36aea318fd30c5a9f502a 1.00 MB 2,718 217
458,035 458,035 00000000000000000216b485ca54610f4670552f8c98a822852414e775878e87 1.00 MB 2,345 167
458,034 458,034 0000000000000000016f39a1a4929f4a77edbc52c4d983b3a06154bb85936da1 1.00 MB 2,742 225
458,033 458,033 0000000000000000011c9a6c469630f5b2a5b3dfff272d643249e7c2dbd3cfca 1.00 MB 1,712 126
458,032 458,032 000000000000000000e82899cbe535a59b1838a1e98388aa2866b180e885f11f 0.26 MB 593 199
458,031 458,031 0000000000000000008246f19524bae1da6630f54571dac121f0dc737cbfb370 0.99 MB 1,270 81
458,030 458,030 00000000000000000223ea7c141b822a91b5d9cd9fa10fe5d4f9d13f4d67467f 1.00 MB 1,492 72
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.