Memory Pool Memory Pool Refreshing

3,589 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (154,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,719 752,719 0000000000000000000542a9b84bbc273c03e62f630ec87905717cc96d1627e9 1.49 MB 2,150 7
752,718 752,718 00000000000000000008780a093f53eb9014c7402c22ad7dec9f8a9543849cd7 1.55 MB 2,071 15
752,717 752,717 0000000000000000000330110852d591ff8d748ffc75217c36a0e232032f5729 1.58 MB 2,613 12
752,716 752,716 000000000000000000089f5f154f950f484178120a7057eed3a5880a5b612657 1.49 MB 994 4
752,715 752,715 000000000000000000031d8bc8d03a9200a33117719aa4be95ae51d17d5e1664 1.77 MB 2,275 6
752,714 752,714 00000000000000000007d613d9f67e101190582387705f12fa7c81f29580789c 1.55 MB 3,465 20
752,713 752,713 0000000000000000000057afccb0e5d8ee9b56adec1d1841221e0005bc3e7a06 1.45 MB 2,010 4
752,712 752,712 0000000000000000000591d25023728e265a59695d93619aeff1858a8694ddd0 1.32 MB 1,161 13
752,711 752,711 00000000000000000004ec97be7085190f5d55712e6fab1fd1309040caba087a 1.47 MB 2,035 19
752,710 752,710 000000000000000000034ec04199f3d8f7965139629aa20c7aa03def56d80f4c 0.14 MB 286 11
752,709 752,709 0000000000000000000356b41e34747afbaf0a3327548e8b965ad0d9df5209ea 1.41 MB 2,086 9
752,708 752,708 0000000000000000000419f1f675cde4da2848a964b7f3eb1ad1aa25684f7d83 0.28 MB 525 11
752,707 752,707 00000000000000000004a47047255b93b4785ef49d4a3c32069ce04aaeae9415 1.17 MB 1,830 9
752,706 752,706 00000000000000000003a02446c6563ca738ff8f88551b4fa8e77da71e7f9588 0.92 MB 519 3
752,705 752,705 00000000000000000001b46127e936e92e501291f4023391f664a88f81a59ccc 1.53 MB 1,901 4
752,704 752,704 000000000000000000035265c21a158aca46e21a0451b7955309253b9588c2db 1.54 MB 3,217 19
752,703 752,703 000000000000000000074b5f76b19d24342d8e4ce471dd673465a65fc657e7ce 0.40 MB 753 11
752,702 752,702 00000000000000000006370216a7a2076d3e09f6203434bc066cce3edfbce52a 0.33 MB 521 9
752,701 752,701 000000000000000000061ee6cf0344db258c42f881f669357d36d5c8419ff513 1.40 MB 1,517 6
752,700 752,700 00000000000000000006d2e77cb93baa0fb20724162d46a24fa4fb21175f32bc 0.83 MB 694 5
752,699 752,699 00000000000000000001adccea230805101059b8088893d9512fc0dc2df60309 0.21 MB 318 9
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.