Memory Pool Memory Pool Refreshing

4,656 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (390,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
517,724 517,724 000000000000000000152657c5c787b1caa3b35d58b1dd8653ba152a90a9e0fe 1.07 MB 2,050 5
517,723 517,723 0000000000000000001101767253c744d86113e7ad58e296729c4cfff2b089c4 1.20 MB 2,960 8
517,722 517,722 000000000000000000478c6e7ad9d9eef9771ece4ae215587b4bb725c1314c73 1.06 MB 1,382 14
517,721 517,721 0000000000000000001cfc65d23e8417939f36cb6045fcaf857fa2c7208e58b3 1.04 MB 1,135 53
517,720 517,720 0000000000000000003805e84dd896ac9e5fc1cf1cbfb398adca6d271e7385f2 1.11 MB 2,527 24
517,719 517,719 0000000000000000004d72fb7726d5381cadb773a3d086435a121a6f3582e83e 1.25 MB 2,664 10
517,718 517,718 0000000000000000001318a334c7c55b84661faa4d3c36ebb82c1ca9c0323537 1.08 MB 2,491 61
517,717 517,717 00000000000000000044edfb976653cedf4b43a69e673d428f9acb342a231f51 1.13 MB 2,612 37
517,716 517,716 00000000000000000039fa784c6771f7c4d82f7ae46006093063ad61f679138c 1.14 MB 2,266 23
517,715 517,715 00000000000000000021d7bb0a4aedcbeb38804915623df5037fded7f478218d 1.22 MB 2,104 35
517,714 517,714 0000000000000000000e28622c0fd7d8bdd8f0029b99800b9790e5f15b5f5320 0.96 MB 1,206 1
517,713 517,713 0000000000000000003376431f1927bec9cc690d44636f230ea22a6db5bbe6a5 1.16 MB 1,750 14
517,712 517,712 0000000000000000001aa0704c2835fb0ca6d47c71d84ec3bad1d47240f0348c 1.14 MB 2,973 13
517,711 517,711 00000000000000000017d8dfd1c813af7205ea23d07ccfea732b3875d043a11b 1.14 MB 1,878 11
517,710 517,710 00000000000000000046ca628948b61f25a357c4da22bf3fb57012b6ba38d8f8 1.69 MB 973 8
517,709 517,709 0000000000000000001c2ebcc374ecefae4d248198834cf70c8f6398051fe5cb 1.11 MB 1,806 35
517,708 517,708 00000000000000000026651a7e8638c65ec69991d8f5e437ee54867adbf07c49 1.13 MB 2,351 54
517,707 517,707 0000000000000000003de39f5ad668699c0cbc2236585d585f0d99e647b267f9 1.09 MB 1,512 10
517,706 517,706 00000000000000000002098ab5e2ac4d5a6f9cc3cc8c764dcaecd5a9c6290523 1.11 MB 1,674 42
517,705 517,705 0000000000000000002a7e7db0c86b604ece33ef21ac6f9bf5bec00825c10282 1.01 MB 553 43
517,704 517,704 0000000000000000000c7277692c2516bdf8c01ae49a457ec570a75015b80540 1.00 MB 515 72
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.34 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.