Memory Pool Memory Pool Refreshing

4,791 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (761,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,930 145,930 000000000000061793572763dbf99b31c2a4f4b0a6495843e94c8bb2f4bf180d 0.01 MB 10 76
145,929 145,929 00000000000007b8ecec4512751b86d7868bc4d70867cfcf05c93a7696f9ac17 0.01 MB 13 53
145,928 145,928 00000000000003a4d28ad25f29ecbb45895b394c931a3be5357027f9bfe01d06 0.05 MB 73 362
145,927 145,927 00000000000009345e67bfbd5878b97e204e19466dbeb2fbf94cf2a273d87f4c 0.01 MB 20 202
145,926 145,926 000000000000069013f69a0420d8bc38a102a8088c60fe5819e0cb86ce4b37b3 0.01 MB 31 0
145,925 145,925 00000000000006bbecabdd477103f5249f2214becc4e5c57fc2e8331a8b426a7 0.06 MB 72 128
145,924 145,924 000000000000022d0daae385e12f0f8631944c33a3ada73b774923e8df52e59f 0.01 MB 21 242
145,923 145,923 000000000000037647d30793c77b7910f26aa62333f23fa200e7159101d4b0b8 0.01 MB 33 5
145,922 145,922 000000000000011a2e0e6974a7433d6d64b5b3853fb0c85d72b6d1aea1bf9578 0.01 MB 32 427
145,921 145,921 00000000000005f5b307c937ec61d9393f944e730c0c47998a2b191d43a5ece5 0.04 MB 124 8
145,920 145,920 000000000000066e11c3fe9e4cc96ab86b1cb27dcc30fc281298d3eaa0176599 0.07 MB 156 178
145,919 145,919 00000000000008f65f688a7a53db4e91bfb6e63fcc3302ac1efb0a388c159fbd 0.05 MB 115 465
145,918 145,918 00000000000003b393c125d2d22c387e0a164268015ae0c5ac00a08752da57e7 0.05 MB 103 530
145,917 145,917 00000000000002a61160df7a12b41efb800f171da271cb70cd260b79918222df 0.03 MB 33 117
145,916 145,916 00000000000006a2d13ddf10260ba69ed0e514d295054a235d232242de593da9 0.04 MB 92 80
145,915 145,915 000000000000017e3561efa19afa6f11532c2fd1703a7df54c965091f703baab 0.01 MB 8 737
145,914 145,914 00000000000000c586b05b01d6a078d3c5d4d1a9bed79586c44c5bce88551484 0.02 MB 71 57
145,913 145,913 00000000000006aa32ec67fb69a80367c4e530d31d76491cf20ef47d5a73f419 0.04 MB 120 157
145,912 145,912 000000000000077e2e3c76c59c86b19154c41e9a0c2578085df6fcd4e94179a0 0.05 MB 99 103
145,911 145,911 00000000000001e654c29921e7ea155841fdbe877de03a9496ca047ae4250c74 0.01 MB 30 15
145,910 145,910 00000000000005f3bb19e929053636b3731f39b3ed2f358fe4b46e097264a62c 0.05 MB 114 255
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.