Memory Pool Memory Pool Refreshing

952 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 931 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (790,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,128 117,128 000000000000b71542f1f86f6b147f3c11483ab9c13c9823f14344509abde8fa 0.00 MB 7 0
117,127 117,127 00000000000006d5627d40b9a18242bc2d2209448ecc4443f2a90ee93349b136 0.01 MB 14 561
117,126 117,126 000000000000b5e5e7c69d4eff0508a44307842e809c9821ac59e849ed71614e 0.00 MB 8 0
117,125 117,125 000000000000746963fb019eea1831b10350e874acb44a84930dda4b133b2217 0.00 MB 10 997
117,124 117,124 00000000000072dcf782ed7f76cb9695b860c31dfa03512f0f067ed871c95e94 0.00 MB 14 1,163
117,123 117,123 000000000000b768b8bb81b7c66daebdf96bbea27ef58c1a270e5915a9768f79 0.00 MB 13 1,099
117,122 117,122 0000000000002c6dd3624155c68ea74e2e047329033b55880982a6f3cb01b510 0.00 MB 13 571
117,121 117,121 00000000000005e677b2f838e94e236d34a80b95156fda7b2044301291e4fef9 0.00 MB 11 323
117,120 117,120 000000000000878488ae972e451dce0b67e8b50e3d7ed2424a69b0ffb9f95c02 0.01 MB 17 171
117,119 117,119 00000000000049f10753d34a32ccb99ddfe4556e6ed920e161e563d9a28bc1b7 0.00 MB 10 328
117,118 117,118 000000000000275c65541b49a7b57f321def5c6cdd3a6dc799a58395fe6ad8d2 0.00 MB 11 586
117,117 117,117 0000000000009c66a1e4058187fb203bba2e37044e294393ae6890db0317ea9a 0.00 MB 9 0
117,116 117,116 000000000000acc1b6d910c8609ad1b028436a5ba35f2abe28feb9d5258bad08 0.01 MB 18 906
117,115 117,115 000000000000a044b6f781e74e54fa48e55c76ae9abf96b4104f1d9c20a791db 0.01 MB 12 608
117,114 117,114 0000000000000fc31b16254e6eae28a2bb2c3cd2b6b1acdff0f893d5b685d5a6 0.00 MB 9 0
117,113 117,113 000000000000342637a18ba9dbef6b24783c5cf597ed294d14182e3bd219b09b 0.00 MB 9 353
117,112 117,112 0000000000007adc528d0c9bcaa8b59d4d74731b197e74f0245edcf3821e1d82 0.00 MB 10 316
117,111 117,111 000000000000af3fa8e1453ba3f16e2e2a6e38c40f76a8b84364d5129b042de6 0.00 MB 12 802
117,110 117,110 00000000000034acf47f99113cfc0d559524c817896d53f145e51ee2731079d6 0.01 MB 41 767
117,109 117,109 0000000000005e048ce749e11a3eaf034a8e5d67b7a594e93d6c5ddba137f201 0.00 MB 11 841
117,108 117,108 000000000000373840bca5088eccf266ebffc46fcd8db2af7c08415ef2a56a99 0.00 MB 14 1,319
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.