Memory Pool Memory Pool Refreshing

6,688 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 4,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (37,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,612 870,612 00000000000000000001eac50de75a8c9f64bd32072ddda72ae73c84881d7659 1.58 MB 3,476 8
870,611 870,611 0000000000000000000124004f105d3ae64307160ab5a73b167c52a500bbaf8e 1.65 MB 3,678 9
870,610 870,610 000000000000000000013cb5c0abeebc0055f4de80c8b50ec28769579d95bbb6 1.83 MB 3,523 7
870,609 870,609 0000000000000000000230d9c0931ea7132d89eec381e6b0599590d58656bbf8 1.52 MB 3,521 12
870,608 870,608 000000000000000000023aa5596f1e4f8c67954b843ff722964e51e0f5cf0b8d 1.66 MB 3,606 6
870,607 870,607 0000000000000000000117851f9995fd1ac9d516eb10d5656ec0a7ecb03cae2c 1.56 MB 3,999 8
870,606 870,606 000000000000000000002f923c7234ccd8009c7d1682ab059a1b2ce21d93e140 1.77 MB 2,577 4
870,605 870,605 0000000000000000000003eedbbf7957f86cf0c155fd2146fb3bd91b63009a23 1.86 MB 3,413 6
870,604 870,604 00000000000000000001cc31a4b4367c4e1722384c5bb8592f95008026b178ae 1.51 MB 3,759 9
870,603 870,603 00000000000000000001df387f94f8e5fd7f9b1167e7d1fd80a1cb1c09710d3f 1.47 MB 2,628 9
870,602 870,602 0000000000000000000057a4995ae1f49bc36a9f981b46f2cfab603aaf98bad9 1.38 MB 3,004 2
870,601 870,601 0000000000000000000105893967bc280abdd1d40bf3d2b34d02e646c876f7ca 1.58 MB 4,820 7
870,600 870,600 00000000000000000002323ed2b02a5c27b9ddd2215a64c84ae345e7b9caa3ae 1.59 MB 3,788 5
870,599 870,599 000000000000000000003373076855210cf09614961f5bfef440b9effe4a7cf7 1.57 MB 4,624 9
870,598 870,598 0000000000000000000111e81def33f504d0ba366c5239ef8c035fe373c82ba0 1.29 MB 2,113 3
870,597 870,597 00000000000000000001e5518986aa256945febb02094b53f3a3844fdbb512d0 1.26 MB 3,173 3
870,596 870,596 00000000000000000000157e591939a6a45135389f4f73000115e52f38d8b926 1.57 MB 5,166 5
870,595 870,595 00000000000000000000b050df51eb19f9f77de948798b4f4d3a7e1e65a6ba0b 1.60 MB 4,224 8
870,594 870,594 000000000000000000011a554284b8f7067762d38d8a75311910339e940df032 1.75 MB 4,978 4
870,593 870,593 00000000000000000000ef5077d4e97aa7d58145b83886c72ac4eb0a09913e42 1.74 MB 4,341 2
870,592 870,592 000000000000000000023eeec034d6bfa3ae844b2d9988244a4c9e135c1faaae 1.58 MB 4,723 8
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.39 GB sent, 93.99 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.