Memory Pool Memory Pool Refreshing

6,993 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
905,691 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,994 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,690 (624,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,577 281,577 0000000000000000be3ae9698aa8c4e074de107a276dec6520a7fc8d1fa4969b 0.05 MB 145 80
281,576 281,576 000000000000000212bde18d87a8d00381233a7cc517d118b0a7bf5a652b3617 0.25 MB 478 57
281,575 281,575 00000000000000022e54926aaa480545776133c4a770483957c4c5130982655a 0.23 MB 296 29
281,574 281,574 00000000000000009c3092c0b245722363df8b29cfbb86368f4f7303e655983a 0.07 MB 116 23
281,573 281,573 00000000000000011cb1d4e9dfa8cd9d41bc1bbb0d4cf0ee5c798226222fefb0 0.12 MB 189 36
281,572 281,572 0000000000000000dc1ee8c281afc5557b2e0f0cc4f6ffb67582f4cae455a897 0.35 MB 459 25
281,571 281,571 00000000000000009a133ef825f6b1d895220c55e02ee2ad618807ffb07991c0 0.25 MB 748 74
281,570 281,570 000000000000000025143da55ab75c9976ca7226d5765bd89cfe1543b61991a4 0.25 MB 689 97
281,569 281,569 00000000000000019686b8465818484281e0ad2458bedfaf03d10bbcadc497ce 0.25 MB 465 26
281,568 281,568 000000000000000036d4957bb09e995037d384fd62981b0e8f27e93eb458210c 0.25 MB 701 84
281,567 281,567 000000000000000071b176e671e3c07afb3d69f5f79b557121e805fc07b9fcc1 0.25 MB 395 30
281,566 281,566 0000000000000000b503761ced1b8601c6eb490d2a61d4f0e8a6516904ab6136 0.05 MB 134 76
281,565 281,565 0000000000000001811fc8eb8d75ac756dea09e6e745a5afa618aebe00dec079 0.42 MB 607 29
281,564 281,564 0000000000000001cb47be61eb03a07025a9462cdb3ef06f5dcb6c3d0dd238a6 0.05 MB 130 68
281,563 281,563 000000000000000040a27b99a3a6c861e825f6334ae5f7f543853fea70457a80 0.21 MB 63 13
281,562 281,562 0000000000000000c4f28cb734cd12aaa7148f3a747020aa53868be235fa5b2a 0.22 MB 334 33
281,561 281,561 0000000000000001de1a124dd058ad76597e72a78afadbe950098cd1cc7eb223 0.25 MB 580 64
281,560 281,560 0000000000000000054cacaf7c0bd58a315e50dc11cd59ce874b74890267cb11 0.08 MB 120 528
281,559 281,559 0000000000000000deea552982e8657b06b3c97c1b1575a43a59b7e1739f5a7a 0.20 MB 257 30
281,558 281,558 000000000000000246cfb5d009b1fd3c38c210e5b6158e5e0e5604c8663848de 0.39 MB 589 44
281,557 281,557 00000000000000003dd9869cda6a76354afedc082db4a6435d7e4622d1d9fa30 0.18 MB 351 40
Previous 10 blocks ↓
Total Size: 765.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,353.12 GB sent, 74.12 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.