Memory Pool Memory Pool Refreshing

4,058 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (633,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,964 273,964 000000000000000303b4e1365b4f2f697d4b5d972298eecd46c389de38168dab 0.02 MB 54 45
273,963 273,963 00000000000000034b6c554fa0320e73bf3aa62e42c56ac6262c7fefae5217ca 0.11 MB 237 45
273,962 273,962 0000000000000001cc366b3e743526e6230ba9ce21f7650a268d621fcceedd88 0.19 MB 448 48
273,961 273,961 000000000000000490d82aeda89b7c9af526a0edbb6be4813e9f7721e0648fb8 0.12 MB 141 14
273,960 273,960 000000000000000056498f3301372aa6ede3229670b3e910e1755f5b24562b88 0.18 MB 323 36
273,959 273,959 00000000000000004d462023bd8f3f78b3572b4d4ce62fab196bb4c61875b7c7 0.27 MB 438 39
273,958 273,958 000000000000000611991c3efe3f41305ddbbeddd33daed570eee762bed91162 0.15 MB 353 54
273,957 273,957 00000000000000042d93450276e6fec7ba117580768c26f74e2467a1abda8127 0.11 MB 227 47
273,956 273,956 00000000000000045068382c3dabc41d8fb9571b9e22b4f735146d60afc43243 0.09 MB 188 39
273,955 273,955 00000000000000057784f105ff6177e6272f2fdca72e358fbad0bec7aa0faee4 0.09 MB 204 39
273,954 273,954 0000000000000000aedb94fcd1b127bb10ff0fdd6b0664fb70cbc4b2c2586c23 0.24 MB 363 36
273,953 273,953 000000000000000135c058d5e52a6cd73b834b4e7395897527e8dd55b3236686 0.25 MB 723 73
273,952 273,952 0000000000000000f739a7e2e037838622e85bd4cca63e52b8f94aecc08a93c5 0.24 MB 513 49
273,951 273,951 00000000000000060fd880947dbaaa7b244bd5fe4a268563fd8f1a6448cdc045 0.23 MB 614 55
273,950 273,950 0000000000000001ab9779008950191909d8ef1ecf81f6af6e590988fbdac8da 0.15 MB 388 51
273,949 273,949 00000000000000027684ae5e439a715716089d4ebeba82c1c7ececec4e88c7ae 0.41 MB 662 35
273,948 273,948 00000000000000012b55cd357933b7fbc097ccbe0bdf0e0024593d0c31907977 0.25 MB 593 54
273,947 273,947 0000000000000000f90cbc872728af9cd9279d6e47ae680ab3539d2420f417e0 0.10 MB 157 35
273,946 273,946 0000000000000000227cbf6c23e2b6c0a8554cca35b50f0ea9aa1809a3c03fbe 0.27 MB 399 25
273,945 273,945 00000000000000029ef5cd6ad8d6445de59ce3b9589829ff04736bc76ccf8360 0.03 MB 71 40
273,944 273,944 0000000000000004e97ff80d969f2f0cddf2edb8c23bd90a2dbcb4a18c04b93a 0.12 MB 198 30
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.