Memory Pool Memory Pool Refreshing

8,219 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (393,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,059 514,059 00000000000000000011d9fec61e621e237dcdc8ff64931569510f7712059e0a 1.13 MB 2,686 36
514,058 514,058 00000000000000000001f70e063442bca1f2f1e2fabf8b85227a81c3a82fd4a1 0.01 MB 32 21
514,057 514,057 0000000000000000004da647c34102037ca3f4fd62cd2354d69e3574d361e1d7 0.41 MB 709 33
514,056 514,056 000000000000000000175e75567c55171ac3a4eba0c554467de40e3d733dbe0a 0.67 MB 1,044 29
514,055 514,055 00000000000000000044a1bdb029deba53ba94f0e10fac53b24c688221a4e03b 0.48 MB 827 37
514,054 514,054 0000000000000000003e83813d9c8836637becec8eca421c7f5f1ca515c20aa5 0.08 MB 172 26
514,053 514,053 000000000000000000291d7c39a60df19791f9d4d2ea82fd727104868a487231 0.48 MB 943 27
514,052 514,052 0000000000000000002bfb6780dd508cff20ffbbdba7909633897e364595e655 0.35 MB 672 9
514,051 514,051 000000000000000000194d3ee5ccdb13546c6bdbfd21286f207ae660d897ffdb 0.26 MB 400 70
514,050 514,050 00000000000000000031be022a92c34377e6fb42c144cc200508ccb3c8e18048 0.12 MB 289 40
514,049 514,049 0000000000000000003543cebf4f0ff3fb190b75c3523f1a262d2aefce9467d0 0.72 MB 1,399 36
514,048 514,048 00000000000000000022fe630be397a62c58972bb81f0a2d1ae8c968511a4659 0.38 MB 683 37
514,047 514,047 0000000000000000003c7a8e12d8d97efe72cb968e7789b66f3a1d14e2c235d1 0.01 MB 25 41
514,046 514,046 000000000000000000336553ffcfc1c5e9007ca37389656ae6e711839239cfdc 0.18 MB 377 3
514,045 514,045 00000000000000000026a8c1b0b31d2286d0d28f0f50a1c4b0d880182cedb606 0.78 MB 1,424 38
514,044 514,044 000000000000000000073cb8e3dd15dda6d17bc8e3820ac7c3ea342c5a69934e 0.21 MB 271 16
514,043 514,043 0000000000000000005401757ca9d36a0a6837c369679aa2b92e13e076e3bec1 1.13 MB 2,546 34
514,042 514,042 000000000000000000388d343da0aa7c6dcf705691466e97be6277efce84544e 0.00 MB 1 0
514,041 514,041 00000000000000000007cacb5bc2d71a85fa468bca11daabee806770866e8666 0.53 MB 1,035 26
514,040 514,040 00000000000000000000c8486f1ce46f7b2e1149edb7166f4d19cad02c51d2ef 0.54 MB 1,189 41
514,039 514,039 0000000000000000002eda57b345e5d48598b8031bf601bca420597c0a7af808 0.38 MB 905 29
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.