Memory Pool Memory Pool Refreshing

2,333 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,328 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (794,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,065 113,065 00000000000049d5f63648f49309d8b11142eed85a928b5aa0b9dc68851c514d 0.00 MB 10 0
113,064 113,064 000000000000763012f7a47975316d3e5f7c7d643b2bb6dd65f393e21204e2ff 0.01 MB 20 391
113,063 113,063 0000000000005eb22113021b805ffebdd00741e5233852db3833dbcca87764b2 0.00 MB 1 0
113,062 113,062 00000000000001c538e770f67fdce6b8ce160c71264c0e3f05e707389468b6f3 0.01 MB 24 17,011
113,061 113,061 00000000000043fb19bbae2add51117378df267e3101f1ba37f2bd68d9083a22 0.01 MB 35 0
113,060 113,060 0000000000003d257d0469e2e9bcef25b6d7e1b5dd0c3948c59106e01508d5e1 0.01 MB 31 453
113,059 113,059 0000000000001d895c2b75c8fd0762bb15be3c8345d3eeeaee7e6d598a3384e4 0.00 MB 7 0
113,058 113,058 0000000000008702fb45a604ccb0a8d5e3ada9e31d30551472115791904f5599 0.01 MB 16 198
113,057 113,057 000000000000b15c2b8aea16078013bf35a6129d2c0a37253f4ff04131147737 0.00 MB 19 1,101
113,056 113,056 000000000000a2834d873ca1908db70f155ed7093868745434633eb42dc3c82b 0.04 MB 88 105
113,055 113,055 00000000000057756eb41918129bc74251321fd7349b7f2aae49f4c5750beade 0.01 MB 19 335
113,054 113,054 0000000000004eefe79f2614a14a8fd238cb59f196642b1956316864946c3a14 0.00 MB 6 1,359
113,053 113,053 0000000000008393bc73e19eed43da6dcf353ffadaeb2bca41e5dfef2558dfbc 0.00 MB 7 0
113,052 113,052 0000000000003f764cad7532bf4d3dc801803615b869e2cba273f4af06cf57e5 0.00 MB 9 328
113,051 113,051 0000000000000bdf90358805db8bd96214b5460a8b5c3c2937005eb888b9f074 0.00 MB 6 0
113,050 113,050 000000000000305378521a6c597ecf8826b51bedc9cb6cf4245cd709ba28f52f 0.00 MB 10 0
113,049 113,049 0000000000006c636734236c55b787f3426e263dcef4e57db6486fe2309d520c 0.00 MB 13 813
113,048 113,048 000000000000c205d05a19fc8f60c58e3654b9cc23bbf8633fb19438bc9a176a 0.01 MB 17 702
113,047 113,047 0000000000002a0a3788c1abb10034813372f463d04f1c93d19f64b142166fb0 0.01 MB 23 656
113,046 113,046 0000000000002e292330c0a5dc2f80f2797480511e481af11a9bf04f4413b322 0.00 MB 12 592
113,045 113,045 0000000000003d7acdb65b45d39bd9bafb4b3cb733d87d39a2204393eea37b8d 0.00 MB 9 931
Previous 10 blocks ↓
Total Size: 769.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,646.27 GB sent, 95.30 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.