Memory Pool Memory Pool Refreshing

6,014 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,761 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (469,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,150 438,150 00000000000000000340f08517858ce09660a34c1bbfeb018664cbc769679ec3 0.71 MB 1,529 63
438,149 438,149 000000000000000000919d34d5207c7b41b070fda430f60b72f32990a8fb2cbe 0.67 MB 1,573 67
438,148 438,148 000000000000000002e1fa806532c254f662ebeb512c3a3f7a70c48a2d88606b 0.35 MB 762 60
438,147 438,147 000000000000000002d0c0c135f4d8ae59a18a6948ffba598cc6ae9e8c54b84c 0.98 MB 917 23
438,146 438,146 000000000000000003ca190807823b66bbcdda3c2888dd88ffa2581606ffd4f7 0.87 MB 1,589 57
438,145 438,145 0000000000000000008feaaeab5dc87f405c995cb9acc5d77361e68eeaf49795 1.00 MB 380 27
438,144 438,144 000000000000000000573b4f5da1df53af0fee4908f780f3a3cd4a0a6b606ebd 1.00 MB 562 32
438,143 438,143 00000000000000000388c557d3a484746b23f0511a514a2153398dafc9c9dcd1 1.00 MB 1,814 54
438,142 438,142 000000000000000002de55b0a0d30817311b3339b1caaac7879a82bb18121e6e 1.00 MB 1,758 72
438,141 438,141 00000000000000000143de6c240cda0719fb1116bbe1c9fadf22803e6a3e75a1 1.00 MB 1,650 38
438,140 438,140 000000000000000000708055356a2ee1218835049cde75e13f384bcb8c0b2d7a 1.00 MB 2,468 57
438,139 438,139 00000000000000000159c9cb7dbcf83efe908b5e2d142c047383f6905314ebbe 1.00 MB 2,112 55
438,138 438,138 000000000000000001c7135840df2812ac9322304e418eb803317ce3b413e4a0 1.00 MB 2,787 97
438,137 438,137 000000000000000004222c9fc9a2d1fd5b01a8b86fcfa1af9ebb5ba3b030674e 1.00 MB 1,302 36
438,136 438,136 000000000000000001f1c83afbf6bef74362b7fff62879e4949826a10b366f1a 0.71 MB 1,642 67
438,135 438,135 00000000000000000038a2fc6d0500aa8b11e962d98c9d00b8a702836479ac3e 0.85 MB 1,784 63
438,134 438,134 000000000000000002903cdbbc018520c2d3430a488ab0a7fdc327071aa1a6f5 0.62 MB 653 50
438,133 438,133 00000000000000000390d94bcc70741d85f3353a96af61daf20d660b40cc5fce 0.48 MB 995 71
438,132 438,132 000000000000000002c36c12da83b919bb7127f8cd871d4c35a17e127325498f 0.47 MB 1,117 71
438,131 438,131 0000000000000000043e97e6365f8f49fe5c1c67bde6fc55fc42e78b6ef8e192 0.30 MB 744 71
438,130 438,130 000000000000000001491e4bde5acdae9443f533d640556d0713846fd064ba18 0.63 MB 735 44
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.