Memory Pool Memory Pool Refreshing

2,830 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,068 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,826 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,067 (790,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,898 117,898 00000000000090ed6794c231b3f788b42849f2fbd506df6ea1ebd8ed53b642e8 0.00 MB 8 629
117,897 117,897 00000000000085a0e4cb258ea1f6a92fc17b7944d54d5be152ffccbd2f9932f2 0.00 MB 9 810
117,896 117,896 00000000000043a3c30d1323ae6e7a52bcb253280087985d72458cee3ce179ce 0.00 MB 12 1,099
117,895 117,895 000000000000bde812bd35b4f3a97dc248fb12a4c1ed71e4dfff9abc3b64f5df 0.01 MB 32 616
117,894 117,894 000000000000c3aaa37b3fb004c471e90face213e55a7d147e9a7c2b55405930 0.00 MB 13 676
117,893 117,893 00000000000036b5b3899f4f3a6eff8c416eed1aaa12168ebc2550e0316fc561 0.00 MB 11 1,149
117,892 117,892 000000000000bc271cc1b2db7b38208c45748a0879bdac33e8ef3ab1c8e678fb 0.00 MB 1 0
117,891 117,891 00000000000016ca31517d2aee773167ddab0ecf4d5b3feca60ec0419c3b82dc 0.00 MB 11 0
117,890 117,890 00000000000095938d4afe2f97338249b7f6eea99f8fef2e016ef51ff86356b6 0.01 MB 18 457
117,889 117,889 00000000000064d93e11984a164c28f1367d10b404f95661005cd21b3f1e6b1c 0.00 MB 1 0
117,888 117,888 000000000000502fc690cd8eb2ea1fbb330a930cd7540b0b6810e5ed9f7cd7d7 0.00 MB 11 0
117,887 117,887 0000000000000c63b5d88280a7559ed184ae7c366d5f375858c219074ca87e6c 0.00 MB 10 0
117,886 117,886 0000000000000213824d82489ff7946c8a2251b2c0eb95b5a157bd09985b3bca 0.01 MB 9 314
117,885 117,885 000000000000036e6311fe2ded331660fc65f8b0de68f448445394e9d38287b5 0.00 MB 6 0
117,884 117,884 0000000000005f9d85db604226dc70ba3f0608b2f46605b7e74b3ead59c3abcd 0.00 MB 7 0
117,883 117,883 0000000000002350d3631cfa285da79a2eb918a9d1204c34ff7683b40fcbd470 0.00 MB 9 0
117,882 117,882 0000000000008b9cbb903d58873dd51da5c4dba2bd90584c8371a879cfdad96e 0.01 MB 6 98
117,881 117,881 0000000000000d5dc5d2660b85ba77eca19fbd63bb55844314c110c183c2d50e 0.01 MB 11 122
117,880 117,880 000000000000c7c1583f6f7e09c88aa0fa72d83152106c6b5db89c8c9f89dc4d 0.00 MB 11 0
117,879 117,879 0000000000003e3acc66acbec2c4969073664bd8b282c9b01583d029e8e48e86 0.00 MB 10 382
117,878 117,878 0000000000007863855ab92fb63494c7e5cf0e6678c7384efa128c537c97eb79 0.01 MB 12 812
Previous 10 blocks ↓
Total Size: 769.67 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,654.80 GB sent, 96.23 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.