Memory Pool Memory Pool Refreshing

874 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,914 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 852 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,913 (790,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,149 117,149 0000000000002e8a3158b59592d8707b4489040dd0cefeb9ca6726fed675e3f7 0.00 MB 9 0
117,148 117,148 0000000000003c0f559f2cd734885ce65004356a0714bab9e250eb28bcc8437b 0.00 MB 9 349
117,147 117,147 0000000000005416bfc12475a72b154494de07b5df9e2410272dd180748ea5d9 0.00 MB 2 4,484
117,146 117,146 000000000000866db3e8d8b3fd4849b08add7ac8664b86508d541471ad51f7a3 0.01 MB 29 0
117,145 117,145 000000000000abc740e48f4cfee7d5a645d60c3ff6003a10d9a80b6b3336d441 0.00 MB 9 0
117,144 117,144 000000000000aca70e1df8e247738a215108d09752abc195cfb9375e0ff30fcb 0.00 MB 10 0
117,143 117,143 000000000000aae72b2fe462fa640ef9d9cbe12a653018077011ee0770be3643 0.00 MB 9 0
117,142 117,142 00000000000085689bb791037dfeaa77d77978b97cdad14d6f2433b130a517e1 0.01 MB 9 113
117,141 117,141 0000000000004ca22f7bc99d3fbf57b5db4319259ddc10cdf142cfb52bdbfece 0.00 MB 11 0
117,140 117,140 000000000000212d18f758e9bf3f19e92001b16686410550ae17f74bc8b38208 0.00 MB 8 0
117,139 117,139 0000000000004b707d662dec42defed0ccd39fae9b5f6b7a241717dd577e4b7d 0.00 MB 11 0
117,138 117,138 00000000000065f93abd04ad7294363a2cc5df685343bff64438e7c19c37b571 0.00 MB 12 0
117,137 117,137 0000000000007a8262f3b58674236acd797c2494a2a7631dfab45032c133cfe8 0.00 MB 12 0
117,136 117,136 0000000000007aa307702e059b14c592222b4d5097765dc04e5ec313672b6026 0.00 MB 10 334
117,135 117,135 0000000000005b752ee80aaa811fc7736bafb84d8cc7cb96307378ad55f865fe 0.00 MB 13 0
117,134 117,134 000000000000b9b901799bd7e2afe67980936c4fe9edb3bddd402c9a1d91fd40 0.00 MB 8 0
117,133 117,133 0000000000004558edb2d98082a5b9937e61c99490164667eb0f4983d663ba0c 0.01 MB 28 111
117,132 117,132 0000000000000f6d9dc368ac575b110696424f7368139d25dc563a09ae33a896 0.00 MB 6 0
117,131 117,131 00000000000009e16a1700178fdbcd55c1de855631f6acced3ac7c147afbabdc 0.01 MB 24 585
117,130 117,130 000000000000606bc18610dbd2eb908fdd6dd345ce2204b6a11e69e3859842e5 0.00 MB 12 671
117,129 117,129 00000000000061b0910b2a2e309d54857bbe1cf298553daa6590c33ec5ed655c 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.06 GB sent, 94.83 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.